Skip to content

Commit a296b7e

Browse files
committed
Release v2.0.1
1 parent 82537b4 commit a296b7e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This release focuses on three main areas:
3131
- jupyterlab-execute-time
3232
- nbconvert
3333
- papermill
34-
- added automatic formatting of Python code cells using Black
34+
- added automatic formatting of Python code cells using Black "on save"
3535
- to Jupyter using `c.JupyterLabCodeFormatter` in `jupyter_notebook_config.py`
3636
- to VSCode using `customizations.vscode.settings` in `devcontainer.json`
3737
- added `.virtual_documents` to `.gitignore`
@@ -41,10 +41,14 @@ This release focuses on three main areas:
4141
- including ohmyzsh and powerline_fonts
4242
- zsh plugins: autosuggestions, autocompletions, history search
4343
- added CI steps to generate HTML version overview from `check_devbox.ipynb`
44+
- version overview is per image variant
45+
- uploaded as build artifact
4446

4547
### Changed
4648

4749
- default shell is no longer `bash`, but `zsh`
50+
- removed `%matplotlib inline` (magic quote commands) as these break formatting
51+
- ref. [#20](https://github.com/jakoch/jupyter-devbox/issues/20)
4852
- altered `notebooks/check_devbox.ipynb`
4953
- for CI usage by adding versioning placeholder
5054
- added list of jupyterlab extensions

0 commit comments

Comments
 (0)