David Fokkema

Results 57 comments of David Fokkema

I could get it only to work using ipympl 0.4.0 and jupyter-matplotlib 0.5.0. Curiously, updating ipympl actually downgraded my jupyter-matplotlib extension and I had to run labextension update TWICE to...

I fixed this with https://github.com/matplotlib/jupyter-matplotlib/issues/130#issuecomment-567931502

Got bitten by this just now. I have a user whose name starts with an 'x' and saving their home directory path into a config file breaks my app. Not...

I'm switching to `tomli` (included in the standard library of version 3.11) in combination with `tomli_w`.

Can confirm that jupyterlab 3.0.0 _does_ work and that jupyterlab 3.5.2 _does not_ work. Also: the problem seems to be in _saving_ the notebook. A simple notebook saved with 3.0.0...

Thanks to @davep for coming up with the MRE code.

@victornoel Hmm. Well, I'll have to take a look. This is not as designed, of course. PR's are welcome, otherwise I'll try to make some time next week.

Ok, thanks, I'll try to make some time!

Yes, this is #404. You should probably move away from this library. I switched to `tomli` and its companion `tomli_w`. `tomli` has been included in the standard library of recent...

Component and file Ids do not change when the file changes. The Guid _does_ change, but that changes every run even if the file is identical. What the consequences of...