The Wayback Machine - https://web.archive.org/web/20210912234740/https://github.com/topics/jupyter
Skip to content
#

jupyter

Here are 3,124 public repositories matching this topic...

bokeh
dash
MrMino
MrMino commented Sep 8, 2021

Minor, non-breaking issue found during review of #13094.

If path of the active virtualenv is a substring of another virtualenv, IPython started from the second one will not fire up any warning.

Example:

virtualenv aaa
virtualenv aaaa
. aaaa/bin/activate
python -m pip install ipython
. aaa/bin/activate
aaaa/bin/ipython

Expected behavior after executing aaaa/bin/ipython:

wowchemy-hugo-themes
hrishikeshrt
hrishikeshrt commented Aug 23, 2021

Describe the bug

In a publication, I have a URL block as follows,

url_pdf: ""
url_code: "https://github.com/<username>/<repository>"
url_dataset: ""
url_poster: ""
url_project: ""
url_slides: "slides.pdf"
url_source: ""
url_video: ""

When I run hugo server for checking locally, it properly shows web URL for code and local URL for slides, however when I run hugo to ge

perspective

Improve this page

Add a description, image, and links to the jupyter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jupyter topic, visit your repo's landing page and select "manage topics."

Learn more