Jupyter Notebook

Jupyter is a web-based interactive environment for the programming language Python.

It uses IPython as a backend. You can read this post about IPython.

Jupyter installation

Jupyter can be installed using the conda package manager.

It is already bundled in Python distribution packages like Anaconda.

Jupyter run

jupyter lab launches the Jupyter home screen.

jupyter notebook opens the local filesystem tree.

Online Platforms

Online platforms:

  • Google Colab
  • Kaggle
  • Binder

Related entries

Leave a Reply

Your email address will not be published. Required fields are marked *