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

https://github.com/pedrofurtado/python-jupyter-notebook-studies

Python Jupyter Notebooks studies. Just for fun.
https://github.com/pedrofurtado/python-jupyter-notebook-studies

Last synced: 18 days ago
JSON representation

Python Jupyter Notebooks studies. Just for fun.

Awesome Lists containing this project

README

        

# python-jupyter-notebook-studies

```bash
docker container run --rm --name jupyter-notebook -v $(pwd):/home/jovyan/work -p 3010:8888 -it jupyter/base-notebook:python-3.9

# Then, access the URL provided by logs of container!
```