Eric Charles
Eric Charles
Hi @markwindsorr Are you willing to e.g be able to use matplotlib when you run the code. In that case, it is a requirement put on the Jupyter Kernel side,...
> My idea would be to permit a property cellRenderer in Notebook, which would be called for generating cells. @Cpavrai The current Notebook component delegates the work to JupyterLab code...
@Cpavrai Just pushed https://github.com/datalayer/jupyter-ui/commit/019dbfa67f344712f693afcffe387c52dbc82305 that allows the Cell component to reuse a provided kernel, with an example. Initially, the goal was to isolate each of the components with its own...
> I get the horizontal line, input panel and output panel, but no toolbar. I had similar issue sometime ago, but no more recently. That is for sure a CSS...
@jaydeanmartin I have opened https://github.com/datalayer/jupyter-ui/issues/73 to follow-up on the toolbar for the Cell. This is coming from a missing Webpack rule.
Just tried with the next.js example in the example folder and I can not reproduce this issue. [Screencast from 02-19-2024 08:44:12 AM.webm](https://github.com/datalayer/jupyter-ui/assets/226720/f44d75f5-6870-4f21-8f7c-aebbb8adc164)
This maybe (not sure) an similar issue as the one reported by @dbhagesh on https://github.com/datalayer/jupyter-ui/issues/195 I will find some time this week to investigate.
@BrandonEscamilla Can you try with 0.10.0? I was not able to reproduce the specific issue you reported, but brought a fix for another similar issue https://github.com/datalayer/jupyter-ui/issues/195#issuecomment-2053937986
> Thank you today meeting and thank you for creating the issue. My pleasure > One more question, is it possible to handle python input() in jupyter-ui? Absolutely. As Jupyter...
You are using Yarn V1, only V3 will work (sorry, this is a hard requirement we inherit fro jupyterlab), see https://jupyter-ui.datalayer.tech/docs/develop/setup (you may double check other requirements there). ![Screenshot from...