/jupyhacks

some Jupyter Notebook hacks for making coding life easier

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

jupyhacks

some Jupyter Notebook hacks for making coding life easier

Usuage

1. Clearing notebook code cells:

from jupyhacks import *
nb_auto_clear()

  this will clear all the code cells in the notebook (while leaving other text cells as it is)