Skip to content

enfochannel/Jupyter-notebook

Repository files navigation

Jupyter-notebook

Run jupyter-notebook in virtual environments

Unix/macOS:

  • pip install --user virtualenv
  • python3 -m venv .venv
  • source .venv/bin/activate
  • which python
  • .venv/bin/python
  • Install dependancies using requirements.txt

  • python -m ipykernel install --user --name=.venv
  • python3 -m pip install jupyter
  • jupyter-notebook
  • To deactivate

  • deactivate
  • About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors