Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hard refresh of browser is sufficient to load jupyter_rfb if it is installed after launching jupyterlab #101

Open
kushalkolar opened this issue Oct 7, 2024 · 1 comment

Comments

@kushalkolar
Copy link
Contributor

Something I've been telling users is that they should restarts their jupyterlab server if they installed jupyter_rfb after launching jupyterlab. This isn't actually necessary, a hard refresh is sufficient to get the javascript related stuff loaded in. I can document this, I'm guessing this is just something about how ipywidgets and/or JS works?

@almarklein
Copy link
Member

I'm guessing this is just something about how ipywidgets and/or JS works?

Yes. I don't think I ever restart the server when I am working on jupyter_rfb. When Python code has changed: restart and clear all outputs. When the JS has changed (and is rebuild with yarn): refresh (F5) is enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants