This image expose jupyter in port 8888 with password root
- Anaconda 3 2020
- Jupyter with Support for Autocomplete
- Python
- R
- Scala
- Java
- NodeJs
- Ruby
- Click on nbextensions tab
- Unckeck disable configuration for nbextensions without explicit compatibility
- Put a check on Hinterland
You can apply more extensions if you need
In Docker run
docker pull eocode/debian-anaconda-jupyter:202010
In your project create docker-compose.yml
version: "3.8"
services:
condajupyter:
build:
context: .
dockerfile: Dockerfile
container_name: notebooks
image: eocode/debian-anaconda-jupyter:202010
tty: true
ports:
- 8888:8888
volumes:
- ./notebooks:/opt/notebooks
Then run
docker-compose up
Sendme a pull request with your features or improves Send me a message as @eocode in social networks