Last active
April 27, 2020 17:42
-
-
Save andmax/27eed1ab019b27ba1a7df1659dc4a7e8 to your computer and use it in GitHub Desktop.
How to have ExecuteTime in Jupyter cells
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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