Eric Charles

Results 535 comments of Eric Charles

Closing in favor of https://github.com/datalayer/jupyter-ui/issues/239

That feature exists but needs to be documented. You just have to define the `initCode` props on the `Jupyter` context ``` ``` ``` /** * Code to be executed silently...

Closing as available and documented in https://jupyter-ui.datalayer.tech/docs/components/context/

Hi @chenjpu Are you using the simple Notebook component or the more evolved JupyterLabApp component? How do you navigate away? (maybe the Notebook component is still rendered but not shown?)

> When the component is unloaded, the children.node.isConnected=false, lead to an exception. Does it have anything to do with this? That could be the case. that exception is coming from...

> While I agree that jupyter_server_kernels_proxy could serve as a replacement for Juptyer Kernel Gateway, I respectfully disagree that it provides an alternative to [kernel provisioners](https://jupyter-client.readthedocs.io/en/latest/provisioning.html). +1 > I don't...

Usability question: Lets say you are viewing a specific post, eg. https://bsky.app/profile/echarles.net/post/3lehhnon3ns2t and you switch account via the profile picture menu, will you stay on the same post, or will...

Hi @feelings93 I will work on the JupyterHub case in one week from now (so not the coming week). This will require a bit of exploration and thinking on to...

JUPYTERHUB_ALLOW_TOKEN_IN_URL should help. I wonder if you could share how you have setup jupyter-react with jupyterhub. I can see a few ways... on my side, I would package the javascript...

No update on my side. It is for sure doable. I guess the token generated by the jupyterhub needs to be used. that can be done maybe updating the html...