Getting started with Jupyter notebook
Install Anaconda.
Open the anaconda navigator.
Click on the launch button under the level named Jupyter Notebook in anaconda Navigator.
Then choose new python 3 on top right corner as per the below screen shot.
Happy Coding .
This will be opened in your browser only.
Example , Printing an array ,
first write ,
my_list=[1,2,3,4]
then click on run and you will be in next text box.There you type,
my_list
Again hit the run button and you will get the output.
#python
#jupyternotebook
#numpyArrays
Comments
Post a Comment