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

Adds support for Jupyter instances running remotely, also adds new parameter for visualizing existing profiling result #161

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

udincer
Copy link

@udincer udincer commented Mar 22, 2021

The tornado server was not reachable when user ran Jupyter remotely (e.g. on a server with SSH tunnelling). Now the HTML is retrieved from tornado on the server side (hence requests lib dependency) and loaded into iframe.

Also added support for reusing an already existing profiling results with the -p parameter in the magics.

udincer and others added 2 commits March 22, 2021 03:08
…rameter for visualizing existing profiling result.

The tornado server was not reachable when user ran Jupyter remotely (e.g. on a server with SSH tunnelling). Now the HTML is retrieved from tornado on the server side (hence requests lib dependency) and loaded into iframe.

Also added support for reusing an already existing profiling results with the -p parameter in the magics.
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

Successfully merging this pull request may close these issues.

1 participant