SN Labs March 5, 2024 Enhancements
timestamp1709640533000
Enhancements
New Features
-
Author Workbench - File Library available for independent labs
-
JupyterLite Enhancements
- You can now access Tai, our Teaching Assistant AI from your JupyterLite labs
- You can now get Technical and Content support for your labs
Bugs Fixed
-
JupyterLite - The
%matplotlib
command sometimes doesn't workThe
%matplotlib
command stopped working after performing a major upgrade to JupyterLite. This was not an issue for new labs (with the new notebook template released on February 23rd), but would cause errors with old notebooks that haven't removed any lines with%matplotlib inline
(which are unnecessary at this point). The%matplotlib
command is working again though to reduce confusion and ensure backwards compatibility with labs.