https://github.com/informaticsmatters/docker-rdkit-jupyter
https://github.com/informaticsmatters/docker-rdkit-jupyter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/informaticsmatters/docker-rdkit-jupyter
- Owner: InformaticsMatters
- Created: 2019-02-06T09:34:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-26T12:57:17.000Z (7 months ago)
- Last Synced: 2025-11-29T03:24:47.418Z (7 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jupyter image
Run like this:
```
docker run -p 8888:8888 -it --name rdkit_jupyter -v $HOME/jupyter_notebooks:/notebooks:Z informaticsmatters/jupyter-rdkit /bin/bash -c "jupyter notebook --notebook-dir=/notebooks --ip=0.0.0.0 --allow-root"
```