-
Notifications
You must be signed in to change notification settings - Fork 106
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
Why I cannot use xchart in notebook? #123
Comments
It works for me now, after restarting Jupyter, thanks very much @altavir !
|
The notebook runs in a browser and you can't run Swing apps inside it. Probably it will be possible to embed JFrame in IDEA notebook support in the future. As for closing the application, it is a quirk of XChart. It seems to forcibly close the application on pannel close. You need to use a custom JFrame factory to avoid that. |
I try using xchart in the notebook, but it doesn't work:
the output error:
I can find the
xchart-3.8.0.jar
file in the folder:~/.ivy2/cache/org.knowm.xchart/xchart/jars
, help and thanks!The text was updated successfully, but these errors were encountered: