/jupyter-emacs-post

Example notebook used in the "Jupyter in the Emacs universe" post

Primary LanguageJupyter Notebook

Jupyter in the Emacs universe

Example notebook used in the "Jupyter in the Emacs universe" post.

Instructions to reproduce

  1. Clone the repository and change directory to the repository's root:
git clone https://github.com/martibosch/jupyter-emacs-post
cd jupyter-emacs-post
  1. Create the environment (this requires conda/mamba) and activate it:
# replace conda for mamba if needed
conda env create -f environment.yml
conda activate jupyter-emacs
  1. Register the IPython kernel of the jupyter-emacs environment
python -m ipykernel install --user --name jupyter-emacs --display-name "Python (jupyter-emacs)"
  1. You can now execute the notebook.ipynb file.