mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
27 lines
383 B
Markdown
27 lines
383 B
Markdown
# Jupyter Preview Plugin
|
|
|
|
This plugin renders Jupyter notebooks nicely as HTML when they are attached as
|
|
material to an Indico event.
|
|
|
|
## Changelog
|
|
|
|
### 3.3.1
|
|
|
|
- Use the latest `nbconvert` version
|
|
|
|
### 3.3
|
|
|
|
- Support (and require) Python 3.12
|
|
|
|
### 3.2.1
|
|
|
|
- Support Python 3.11
|
|
|
|
### 3.2
|
|
|
|
- Replace MathJax with Katex for auto math rendering
|
|
|
|
### 3.0
|
|
|
|
- Initial release for Indico 3.0
|