ipython
Here are 355 public repositories matching this topic...
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]
-
Updated
Apr 10, 2021 - TypeScript
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Apr 12, 2021 - Python
-
Updated
Apr 12, 2021 - JavaScript
-
Updated
Mar 29, 2021
-
Updated
Apr 7, 2021 - Jupyter Notebook
-
Updated
Apr 5, 2021 - Python
The current display of:
should be improved to include:
- name of the file that has no issues (so just in case if the user has focus on a different file they are not confused)
- padding so that the text is more readable
- a nice "congrats"
-
Updated
Apr 12, 2021 - Python
-
Updated
Apr 21, 2018 - Python
-
Updated
Mar 11, 2019 - Python
-
Updated
Mar 29, 2021 - Python
-
Updated
Mar 16, 2021 - Jupyter Notebook
-
Updated
Mar 3, 2021 - Jupyter Notebook
-
Updated
Jan 25, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021 - Python
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Oct 12, 2019 - Python
Improve this page
Add a description, image, and links to the ipython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ipython topic, visit your repo's landing page and select "manage topics."


There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)and ask yourself:Path(),Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.