Skip to content

Commit

Permalink
Update minimum JupyterLab version
Browse files Browse the repository at this point in the history
There was a bug in JLab 2.0.0 and 2.0.1 that prevented cell execution when recordTiming was enabled. You might be able to cut down on support issues if you just go ahead and require at least JLab 2.0.2.

See jupyterlab/jupyterlab#8057 and jupyterlab/jupyterlab#8056
  • Loading branch information
jasongrout authored and mlucool committed Apr 9, 2020
1 parent e0fd822 commit f6803e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Note: for this to show anything, you need to enable cell timing in the notebook
"Jupyter" is a trademark of the NumFOCUS foundation, of which Project Jupyter is a part."
## Requirements

- JupyterLab >= 2.0
- JupyterLab >= 2.0.2

## Install

Expand Down

0 comments on commit f6803e1

Please sign in to comment.