An open API service indexing awesome lists of open source software.

https://github.com/informaticsmatters/docker-rdkit-jupyter


https://github.com/informaticsmatters/docker-rdkit-jupyter

Last synced: about 1 month ago
JSON representation

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"
```