A Jupyter Notebook is an open-source, server-client application that allows editing and running computer code and rich text elements via a web browser. A notebook has a kernel which operates as the compute engine that executes the code and produces the results. The kernel is automatically launched when the notebook is executed. The name Jupyter comes from the supported programming languages that it supports: Julia, Python, and R.
Jupyter Notebooks are being used as online notebooks, letting faculty and students work together on code with text, multimedia, and graphs. Faculty can use it to set up interactive textbooks, full of explanations and examples which students can test out right from their browsers. Students can use it to explain their reasoning, show their work, and draw connections between their classwork and the world. Scientists, journalists, and researchers can use it to open up their data, share the stories behind their computations, and enable future collaboration and innovation.
conda install -c conda-figure notebook
pip install notebook
#or
pip install jupyter
https://s3-us-west-2.amazonaws.com/secure.notion-static.com/de2d8b2e-3649-445f-8ed4-1474cfe3be53/starting_jupyter.mov