Eric Charles
Eric Charles
> Is there currently an App Demonstrator besides the next.js and react examples? We have now a Storybook https://jupyter-ui-storybook.datalayer.tech that shows the individual components. That is not an App Demonstrator,...
Hi @igloo1505 Thx a lot for reporting. I guess you are referring to those rules created by the JupyterLab CSS artifacts in the `body`. The way JupyterLab manages the CSS...
Thx for sharing this info. I started a discussion on https://github.com/jupyterlab/jupyterlab/issues/15320 and we may at least mitigate the issues in the upstream JupyterLab. Another approach, similar to yours, is using...
Hi Andrey, yep, interested to learn more about what you are doing fo the academics. Any link to your site/code? How can we help?
@vipulsharma144 To interact with the Notebook, Cell components, we have the redux action/store. For Notebook, you can pass a property (https://github.com/datalayer/jupyter-ui/blob/main/packages/react/src/examples/Notebook.tsx#L23), but it is also ok to create you own...
@vipulsharma144 Sorry for the latency. The [FileBrowser](https://github.com/datalayer/jupyter-ui/blob/main/packages/react/src/components/filebrowser/FileBrowser.tsx) comonent needs to be upgraded with props and redux. My coming days planning is really full., I am doing my best to free...
> Does the FileBrowser currently possess Redux actions for opening, editing, renaming, move files? No for now, and that is the whole point of the work which needs to be...
I have started to POC this feature and it starting to look good and should land soon. Just a bit overloaded at this moment to give enough attention. Thank for...
Adding a requirement here to support file download from the FileBrowser component as mentioned on https://github.com/datalayer/jupyter-ui/issues/88#issuecomment-1677284115 by @BrandonEscamilla BTW I think the current `FileBrowser` can stay as it is, and...
@vipulsharma144 This looks gorgeous. If you share details on issue regarding the loading state, I may help. BTW the experiments I am doing for the FileManager component rely on https://github.com/minop1205/react-dnd-treeview...