Lorena A. Barba

Results 243 comments of Lorena A. Barba

I used Copilot Workspace, and got the following suggested code, to insert after line 13: ``` # Check for JupyterLab environment try: from IPython import get_ipython if 'ipykernel' in str(get_ipython()):...

I still have `%matplotlib notebook` in the first cell, but the figures are not interactive. At least there's no error.

I also saw the reference to using `%matplotlib widget` but when I tried it locally it didn't work. Running `conda list` shows me that I have `ipywidgets` but not `ipympl`....

Some testing and digging: - commenting the block of code implemented in #12 and using `%matplotlib widget` works after I installed `ipympl` - but the figure size may need to...

- removing`%matplotlib widget`, the backend is `'module://matplotlib_inline.backend_inline'` - can execute all the plots until the section on 3D matrices without `%matplotlib widget` and add this just before the first 3d...

@tingyu66 – I deleted the code added in PR12 to check for JupyterLab and added a line to the `if` block for when the backend is `'module://ipympl.backend_nbagg'`, but I don't...

Should we edit the `requirements.txt` and `environment.yml` files?

Another issue I noticed is that the margin notes on JBv1 arrange vertically _down_ from the line where they are inserted, whereas in MyST they arrange vertically UP from that...

Bug: a `sidebar` inside an admonition doesn't work; see[ lesson 1](https://rowanc1.github.io/oss-licensing/use-licensed-works) vignette; how to fix? (I could use a blockquote instead, if no fix is forthcoming.)