You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently stumbled across snakeviz, and I found it really helpful and noticed the notebook magics, it seems to be really suitable for jupyter and works with a local jupyter install but not on jupyterhub.
I'm intending to use it on a jupyterhub installation and I think I can get it to work using:
I have noticed that there's a problem with the server in that it allows you to export any file on the file-system #62
The other approach (possibly better but more time consuming) would be to write a jupterlab extension and jupyter server extension, but then they would need to be maintained.
I'm happy to contribute back these changes (they might be a bit "rough and ready") but before I do this, has anybody tried to get it to work jupyterhub already and have a better approach (perhaps I've missed a simpler solution)?
The text was updated successfully, but these errors were encountered:
Hi,
I recently stumbled across snakeviz, and I found it really helpful and noticed the notebook magics, it seems to be really suitable for jupyter and works with a local jupyter install but not on jupyterhub.
I'm intending to use it on a jupyterhub installation and I think I can get it to work using:
...and provide some extra options to snakeviz:
I have noticed that there's a problem with the server in that it allows you to export any file on the file-system #62
The other approach (possibly better but more time consuming) would be to write a jupterlab extension and jupyter server extension, but then they would need to be maintained.
I'm happy to contribute back these changes (they might be a bit "rough and ready") but before I do this, has anybody tried to get it to work jupyterhub already and have a better approach (perhaps I've missed a simpler solution)?
The text was updated successfully, but these errors were encountered: