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

ipython

Here are 368 public repositories matching this topic...

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:

minrk
minrk commented Jul 12, 2018

The notebook has its own internal idle-culling mechanisms, including shutting down idle kernels, shutting down itself when there's been no activity, and making decisions based on whether there are open connections or not. This is a lot more sophisticated, and offers much more granularity than the network-activity-based activity we have now.

For reference, we enable this config [on mybinder.org]

Improve this page

Add a description, image, and links to the ipython 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 ipython topic, visit your repo's landing page and select "manage topics."

Learn more