Docker image for Scientific Python.
97
Dockerfile linksThis is a docker image that contains the following modules:
Python 3.8.2 (default, Feb 25 2020, 22:50:20)NumPy 1.18.2Matplotlib 3.2.1Pandas 1.0.3IPython 7.13.0Jupyter Notebook 6.0.3nbformat 5.0.4jupyter-core 4.6.3ipykernel 5.2.0ipywidgets 7.5.1nbconvert 5.6.1traitlets 4.3.3[user@hostname ~]$ git clone https://github.com/carlosal1015/docker-scientific-python
[user@hostname ~]$ cd docker-scientific-python
[user@hostname docker-scientific-python]$ docker-compose up -d
or
[user@hostname docker-scientific-python]$ docker run -it --name scientific-python \
-v $(PWD):/notebooks \
-p 8888:8888 -d \
carlosal1015/docker-scientific-python
Open localhost:8888 and enjoy :smile:
Content type
Image
Digest
Size
273.8 MB
Last updated
over 6 years ago
docker pull carlosal1015/docker-scientific-python