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.
- Host: GitHub
- URL: https://github.com/pedrofurtado/python-jupyter-notebook-studies
- Owner: pedrofurtado
- Created: 2024-06-24T00:43:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-24T00:45:58.000Z (10 months ago)
- Last Synced: 2025-03-30T12:01:56.762Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!
```