Skip to content

saheelBreezo/Useful-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

863 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful-python

Python code and Jupyter notebooks for reference.

Run locally with docker

Run a notebook server in docker, mounting in this directory with:

$ docker run --rm -p 8888:8888 -e JUPYTER_ENABLE_LAB=yes -d -v "$PWD":/home/jovyan/work --name jupyter jupyter/scipy-notebook

Then run docker logs jupyter to extract the url & token and place these in your browser (something like http://127.0.0.1:8888/?token=33ebd8c5ceebd2a2ef4e6004da94c8fd1e9d02e290486065). When you are finished docker stop jupyter

About

Python code and notebooks for reference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • C 0.2%
  • HTML 0.2%
  • Python 0.1%
  • R 0.0%
  • C++ 0.0%