shubhajitml / jupyhacks

some Jupyter Notebook hacks for making coding life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

some Jupyter Notebook hacks for making coding life easier

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%