Using jupyter notebooks with a virtual environment
anbasile.github.io
Using jupyter notebooks with a virtual environment
1–10 of 18 posts
Re: Using jupyter notebooks with a virtual environment
#2Nice. Here is my starter https://gist.github.com/lukasz-madon/ecf5813fddbbee7a261151d...
Re: Using jupyter notebooks with a virtual environment
#3Thanks for this. I've been running separate instances of jupyter on different ports. This is more elegant.
Re: Using jupyter notebooks with a virtual environment
#4I've also got a small CLI on PyPI to do the same: https://pypi.python.org/pypi/callisto
Re: Using jupyter notebooks with a virtual environment
#5I encourage the OP and readers to also try pipenv. From the author of Requests it is like a breath of fresh air and gets the combination of pip and virtual environments just right.
Re: Using jupyter notebooks with a virtual environment
#6I encourage the OP and readers to also try pipenv. From the author of Requests it is like a breath of fresh air and gets the combination of pip and virtual environments just right. https://docs.pipenv.org/
This looks amazing, thanks for sharing! I wish Kenneth Reitz designed the interface for everything I use :)
Re: Using jupyter notebooks with a virtual environment
#7I use virtualenvwrapper with my notebooks.
Re: Using jupyter notebooks with a virtual environment
#8I encourage the OP and readers to also try pipenv. From the author of Requests it is like a breath of fresh air and gets the combination of pip and virtual environments just right. https://docs.pipenv.org/
This looks amazing, thanks for sharing! I wish Kenneth Reitz designed the interface for everything I use :)
Re: Using jupyter notebooks with a virtual environment
#9Nice. Here is my starter https://gist.github.com/lukasz-madon/ecf5813fddbbee7a261151d...
here is a hosted playable version of your starter notebook (on gryd) https://beta.gryd.us/notebook/published/gryd/notebook-starte...
Re: Using jupyter notebooks with a virtual environment
#10Also consider using Conda - to replace and simplify use of venv and pip. http://stuarteberg.github.io/conda-docs/_downloads/conda-pip...