Skip to content

Supporting structure for iPython/Jupyter notebooks using virtualenv

License

Notifications You must be signed in to change notification settings

dezwart/jupyter-notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-notebooks

Simple structure for running jupyter using Python virtualenv. Aim is to keep the host environment clean from notebook package dependencies, which from experience doing concurrent interactive analyses against different data warehouses; may require many varied dependency chains which may be incompatible with others.

This is a stub, to be customsed as the operator sees fit. Obviously, keep your actual notebooks in your own repoistories.

But how?

git clone [email protected]:dezwart/jupyter-notebooks.git
cd jupyter-notebooks
# Edit requirements.txt as needed
make

Assumptions

It is assumed the following are available for the virtual environment to work:

  • Python3
  • Python pip & virtualenv
  • GNU Make

About

Supporting structure for iPython/Jupyter notebooks using virtualenv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published