Jupyter notebook code editor
0 minute read
simple and easy way to install jupyter notebook on your system
install process command line interface only
if you already install python program no problem
it is a lite weight code editor
cmd:-
* pip install notebook
*pip install jupyter
that's all :) simple way to install just this commands lines only
and run the program cmd:- jupyter notebook
Total package size 25MB
Two option are avaliable on Jupyter notebook code editor
* Online code editor
* Offline code editor
you can use as your wish
# this code editor fully work on webpage (local host)
Code editor interface
Post a Comment