Jupyter

Jupyter Notebook (formerly IPython Notebooks) is a web-based interactive computational environment for creating Jupyter notebooks documents.

Libraries

  • calmaparrow-up-right - plot pandas time series data sampled by day in a heatmap per calendar year, similar to GitHub's contributions plot, using matplotlib -

  • nbresusearrow-up-right - A small extension for Jupyter Notebooks that displays an indication of how much resources your current notebook server and its children (kernels, terminals, etc) are using. -

  • voilàarrow-up-right - Voilà allows you to convert a Jupyter Notebook into an interactive dashboard that allows you to share your work with others. It is secure and customizable, giving you control over what your readers experience. -

JupyterHub Distributions

Snippets

Useful magic commands

The %run commands runs a Python script inside the notebook:

The %%writefile writes the conents of a cell to a file:

Last updated