-
Notifications
You must be signed in to change notification settings - Fork 15
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
Limited support using the Code Console in JupyterLab #118
Comments
Hi @iuryt, Thanks for opening this issue. I'm not sure I ever used the Code console in Jupyter Lab :) ! I also thought I was just a regular IPython console, it turns out it's more than that as you can't display HoloViews plots in an IPython terminal or Qt console. I'm moving this issue to another repository that holds the extension responsible for the interactivity you usually get in a notebook. Note that I'm not sure it's going to be possible to support having interactivity in the Jupyter Lab Code Console, so until then the workaround is to directly work in a notebook instead of in the Code Console. |
I moved this issue from hvPlot to here. I have no clue whether supporting full interactivity in the Jupyter Lab Code Console is possible 🙃
|
Thanks! I am using the notebook now, but it took a while for me to realize that was not a problem on my browser. Haha |
Yes, maybe there's a way to detect when the code is executed from within the Code Console and log/warn about the limited support. |
Thanks for contacting us! Please read and follow these instructions carefully, then delete this introductory text to keep your issue easy to read. Note that the issue tracker is NOT the place for usage questions and technical assistance; post those at Discourse instead. Issues without the required information below may be closed immediately.
ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc)
I basically followed
https://hvplot.holoviz.org/getting_started/installation.html
and installed everything with
Description of expected behavior and the observed behavior
Then following
https://hvplot.holoviz.org/
I tried
But this is on a .py file on a JupyterLab that I am running using the
console for editor
which pops up a notebook that is used to run the code.Complete, minimal, self-contained example code that reproduces the issue
The code was provided in the previous session.
Stack traceback and/or browser JavaScript console output
Not sure if this is what you are asking fo
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: