Tim Paine

Results 187 comments of Tim Paine

Also double clicking on a file should open the file, not rename it. Doing a second single click on an already selected file should trigger the rename.

I think it would be more natural to either use 2 folder icons (open / closed) or add an arrow.

in our implementation we have a metadata field either "public" or "private". Private has outputs stripped, public does not. we did this because of the reason above, that "trusted" means...

Can try disabling xsrf check in your jupyter config and see if that works?

@Lanzzzzz did you disable xsrf and get the same 500?

Yep you need to allow less secure apps in google.

`Exception: Error during conversion!` indicates it was unable to `nbconvert` the notebook. Does `nbconvert`ing the notebook to html work for you normally?

@Lanzzzzz this is super helpful, I think I'm relying on `/` instead of `os.path.sep` in a few places since jupyter treats paths in the unix style even on windows. I...

Wait for https://github.com/jpmorganchase/regular-table/pull/123

Best bet is to start with the examples: https://github.com/jpmorganchase/ipyregulartable/tree/main/docs/examples There is a relatively simple example of a data models here: https://github.com/jpmorganchase/ipyregulartable/blob/main/ipyregulartable/datamodel/demo.py The best way to force an update on the...