Jupyter

Learn about Jupyter, a browser-based development platform that provides rich markup to write explainable code. It is widely used among researchers.

We'll cover the following...

Jupyter is an open-source software that provides an interactive interface for programming. Below are some of the features of Jupyter:

  • Large support for programming languages: Jupyter supports 40+ programming languages, including Python, R, Scala, and Julia.
  • Sharing work: Jupyter Notebook can be shared over Dropbox, Github or email. Another user can directly run the shared code.
  • Interactive output:Jupyte provides rich output which that can be in text, HTML, video, image, or any custom mime
  • ...