UNCLASSIFIED

Commit 2333aa76 authored by Daniel Komnick's avatar Daniel Komnick
Browse files

updated README.md

parent be1bcebd
Pipeline #238096 failed with stages
in 21 minutes and 49 seconds
...@@ -4,25 +4,6 @@ ...@@ -4,25 +4,6 @@
A minimal jupyterlab notebook container implementing the jupyterlab interface (with left-navigation tabs etc.), Python3.8 (Iron Bank python36 base image) and pip version 21.0.1. A minimal jupyterlab notebook container implementing the jupyterlab interface (with left-navigation tabs etc.), Python3.8 (Iron Bank python36 base image) and pip version 21.0.1.
The following packages are included: plotly, pandas, matplot, seaborn, numba, numpy, scipy, scikit-learn, tqdm, urllib3, requests, beautifulsoup4, wordcloud, statsmodels, prophet, django, flask. This image is also inherits all the AI/ML packages from the python38-ai image.
Below are examples how how to import the packages:
1. import plotly
2. import pandas
3. import matplot
4. import seaborn
5. import numba
6. import numpy
7. import scipy
8. import sklearn
9. import tqdm
10. import urllib3
11. import requests
12. from bs4 import BeautifulSoup
13. from wordcloud import WordCloud
14. import statsmodels
15. import prophet
16. import django
17. import flask
This image is an UBI 8 refactor of the opensource Dockerfile here: https://github.com/jupyter/docker-stacks/tree/master/base-notebook. This image is an UBI 8 refactor of the opensource Dockerfile here: https://github.com/jupyter/docker-stacks/tree/master/base-notebook.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment