File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments