v0.10.0 Plotly, VSCode, Cell Magic #114
janpfeifer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
0.10.0, 2024/04/07 Improvements on Plotly, VSCode support, Cell magic, interrupt handling and several minor fixes.
%%writefile
to write contents of cell to file. See addwritefile
cell magic #103. Thanks @potoo0!%%script
,%%bash
and%%sh
to execute the full cell contents with the given command (none of the extra flags are supported yet though).dom.LoadScriptOrRequireJSModuleAndRun
anddom.LoadScriptOrRequireJSModuleAndRunTransient
that dynamically decidesif to include script using
<script src=...>
or use RequireJS.dom.LoadScriptOrRequireJSModuleAndRun
now, allowing result to show up in the HTML export ofthe notebook.
plotly.AppendFig
that allows plotting to a transient area, or anywhere in the page.gopls
daemons.docs/VSCode.md
with notes/info on running GoNB with Visual Studio Code.This discussion was created from the release v0.10.0 Plotly, VSCode, Cell Magic.
Beta Was this translation helpful? Give feedback.
All reactions