Skip to content

Instantly share code, notes, and snippets.

@andmax
Last active April 27, 2020 17:42
Show Gist options
  • Save andmax/27eed1ab019b27ba1a7df1659dc4a7e8 to your computer and use it in GitHub Desktop.
Save andmax/27eed1ab019b27ba1a7df1659dc4a7e8 to your computer and use it in GitHub Desktop.
How to have ExecuteTime in Jupyter cells
1- Install jupyter and its extensions:
$ conda install -c conda-forge jupyter
$ conda install -c conda-forge jupyter_contrib_nbextensions
2- Should be installed on every conda environment
3- Not sure about the install command below, maybe
4- should only be done for the base environment or
5- not be done at all:
$ jupyter contrib nbextension install --user
6- Start jupyter:
$ jupyter notebook
7- Go to Nbextensions
8- Uncheck: disable configuration for nbextension...
9- Check: ExecuteTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment