Skip to content

Instantly share code, notes, and snippets.

@minrk
Last active March 18, 2019 22:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save minrk/2b74fb7465a3702e2ce4 to your computer and use it in GitHub Desktop.
Save minrk/2b74fb7465a3702e2ce4 to your computer and use it in GitHub Desktop.
requirements.txt for all of IPython/Jupyter
-e git+https://github.com/ipython/traitlets.git#egg=traitlets
-e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core
-e git+https://github.com/jupyter/nbformat.git#egg=nbformat
-e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client
-e git+https://github.com/ipython/ipython.git#egg=ipython
-e git+https://github.com/ipython/ipykernel.git#egg=ipykernel
-e git+https://github.com/jupyter/nbconvert.git#egg=nbconvert
-e git+https://github.com/jupyter/notebook.git#egg=notebook
-e git+https://github.com/jupyter/jupyter_console.git#egg=jupyter_console
-e git+https://github.com/jupyter/qtconsole.git#egg=qtconsole
-e git+https://github.com/ipython/ipywidgets.git#egg=ipywidgets
-e git+https://github.com/ipython/ipyparallel.git#egg=ipyparallel
@jdfreder
Copy link

@minrk can you add
-e git+https://github.com/ipython/ipython_widgets.git#egg=ipython_widgets
to this now that it's a thing? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment