Skip to content

Commit

Permalink
Added LoadScriptOrRequireJSModuleAndRun; plotly.DisplayFig now shows …
Browse files Browse the repository at this point in the history
…up with HTML export of notebook.
  • Loading branch information
janpfeifer committed Mar 25, 2024
1 parent 376a2f7 commit 5995974
Show file tree
Hide file tree
Showing 4 changed files with 172 additions and 48 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# GoNB Changelog

## Next

* Added `LoadScriptOrRequireJSModuleAndRun` that handles dynamicly decide is include script using `<script src=...>`
or use RequireJS.
* Plotly library uses `LoadScriptOrRequireJSModuleAndRun` now, allowing result to show up in the HTML export of
the notebook.

## 0.9.6, 2024/02/18

* Fixed some typos in klog formatting.
Expand Down
Loading

0 comments on commit 5995974

Please sign in to comment.