We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While this is good for caching, and makes sure that any javascript for the new html segment gets run, it does have two drawbacks:
Originally posted by @gbowlin in #41 (comment)
We can check for the host with something like examining:
import psutil cmds = [x for x in psutil.Process().parent().cmdline()]
and seeing if jupyterhub, jupyter-lab, or vscode-server appear.
jupyterhub
jupyter-lab
vscode-server
The text was updated successfully, but these errors were encountered:
gbowlin
Successfully merging a pull request may close this issue.
Originally posted by @gbowlin in #41 (comment)
We can check for the host with something like examining:
and seeing if
jupyterhub
,jupyter-lab
, orvscode-server
appear.The text was updated successfully, but these errors were encountered: