Sangarshanan / jupyter-extensions

Pretty basic extensions for Jupyter notebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jupyter Extensions

Basic Jupyter extensions

  • ML_libraries : Adds a new cell with some commonly used Machine learning libraries

  • Delete Cell : Deletes all the selected cells

Installation

First install Jupyter extensions (If not installed)

pip install jupyter_contrib_nbextensions && jupyter contrib nbextensions install

Now Clone the github repository

https://github.com/Sangarshanan/Jupyter-Extensions.git

Add the extenions that you would like in your jupyter_contrib_extensions directory (Depends on ur PC)

Now install the extensions that you just copied to enable them

jupyter contrib nbextensions install 

Create your own extensions : https://towardsdatascience.com/jupyter-notebook-extensions-517fa69d2231

About

Pretty basic extensions for Jupyter notebook


Languages

Language:JavaScript 100.0%