reckoner

Results 25 comments of reckoner

The plotly figures do not render in jupyter lab. The dev console in the browser reports: lab:1 Uncaught ReferenceError: require is not defined at :1:1 at PanelLayout.push.HWBy.PanelLayout.attachWidget (vendors~main.425d1407ebaba54b83b1.js:59278) at PanelLayout.push.HWBy.PanelLayout.insertWidget...

For some reason doing the following: jupyter labextension install @jupyterlab/plotly-extension makes `jupyter-dash` work.

Okay. That's good news. I will track the status of this issue for updates.

Additionally, in the pyconsole environment, there is sometimes lots of output generated by `plot` commands. I realize there is a separate `pylab` environment, but sometimes I like to discuss a...

see below. Thanks! --- ``` %% %% Automatically generated file from DocOnce source %% (https://github.com/hplgit/doconce/) %% %-------------------- begin preamble ---------------------- \documentclass[% twoside, % oneside: electronic viewing, twoside: printing final, %...

Stylistically, I try to use the `>>>` prefix to emphasize that this is something the student can type into the console and reproduce the purported output. Not using the `>>>`...

@obtitus Excellent point which brings us to the heart of the issue. In the case where there is only one plot, it is no big deal to leave in the...

What I'm trying to do is talk about a function in a module and then illustrate the use of that function in a console. For example ``` \begin{pyblock} def foo(x):...

Will using this temp file method interfere with later depythontex processing?