Ask Your Question

dfarmi2's profile - activity

2021-10-29 23:21:35 +0200 received badge  Self-Learner (source)
2021-10-29 23:21:35 +0200 received badge  Teacher (source)
2021-10-29 19:47:24 +0200 answered a question Why is Sage calling Wine to show 2D plots and how do I fix it?

Not sure why it defaulted to Wine Internet Explorer to open a .png file, but all I did was open it in a different progra

2021-10-29 19:41:53 +0200 edited question Why is Sage calling Wine to show 2D plots and how do I fix it?

Why is Sage calling Wine to show 2D plots and how do I fix it? This is a two-parter. Part the first is mainly out of cur

2021-10-29 19:38:16 +0200 edited question Why is Sage calling Wine to show 2D plots and how do I fix it?

Why is Sage calling Wine to show 2D plots and how do I fix it? This is a two-parter. Part the first is mainly out of cur

2021-10-29 19:37:09 +0200 asked a question Why is Sage calling Wine to show 2D plots and how do I fix it?

Why is Sage calling Wine to show 2D plots and how do I fix it? This is a two-parter. Part the first is mainly out of cur

2021-03-03 22:04:14 +0200 edited question implicit_plot3d not rendering in Jupyter Lab

implicit_plot3d not rendering in Jupyter Lab I'm unable to see any 3D plots in Jupyter Lab. I have tried forcing viewer=

2021-02-25 03:05:41 +0200 received badge  Organizer (source)
2021-02-25 00:12:40 +0200 commented question implicit_plot3d not rendering in Jupyter Lab

I just checked. It doesn't render in Light Mode either.

Something I didn't notice is that the info button in the lower right hand corner appears in both modes.

2021-02-24 23:56:07 +0200 received badge  Supporter (source)
2021-02-24 23:53:41 +0200 received badge  Editor (source)
2021-02-24 23:50:55 +0200 received badge  Student (source)
2021-02-24 23:50:18 +0200 asked a question implicit_plot3d not rendering in Jupyter Lab

I'm unable to see any 3D plots in Jupyter Lab. I have tried forcing viewer="threejs"in the argument of a similar object, and have the same issue. Here's a screenshot of what it looks like: https://imgur.com/a/K8R3pZr. Any suggestions?

Edit: I'm running Ubuntu 20.10.

Update: I'm able to plot in Jupyter Notebook, so it's probably an issue with Jupyter Lab.

Update: forcing viewer = "java3d",viewer = "canvas3d", viewer = "jsmol" doesn't work either.

Update: I ran sage -n jupyterlab in the terminal. Everything seems to work fine until this:

[W 2021-02-24 23:09:07.428 LabApp] Could not determine jupyterlab build status without nodejs

[W 2021-02-24 23:09:10.621 ServerApp] 404 GET /nbextensions/threejs/build/three.min.js (127.0.0.1) 19.83ms referer=http://localhost:8889/lab/tree/Jupyter/mcs_320/2-24.ipynb

[W 2021-02-24 23:09:10.624 ServerApp] 404 GET /nbextensions/threejs/examples/js/controls/OrbitControls.js (127.0.0.1) 2.01ms referer=http://localhost:8889/lab/tree/Jupyter/mcs_320/2-24.ipynb

[W 2021-02-24 23:09:10.686 ServerApp] 404 GET /nbextensions/threejs/examples/js/controls/OrbitControls.js (127.0.0.1) 2.08ms referer=http://localhost:8889/lab/tree/Jupyter/mcs_320/2-24.ipynb

[I 2021-02-24 23:09:10.815 ServerApp] Kernel started: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

[W 2021-02-24 23:09:24.167 ServerApp] 404 GET /nbextensions/threejs/build/three.min.js (127.0.0.1) 1.86ms referer=http://localhost:8889/lab/tree/Jupyter/mcs_320/2-24.ipynb

[W 2021-02-24 23:09:24.170 ServerApp] 404 GET /nbextensions/threejs/examples/js/controls/OrbitControls.js (127.0.0.1) 1.88ms referer=http://localhost:8889/lab/tree/Jupyter/mcs_320/2-24.ipynb

[I 2021-02-24 23:10:30.056 ServerApp] Kernel shutdown: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

Update: Forcing viewer = "tachyon" works, but is not interactive.

Update: There must have been something wrong with how I installed Sage. I reinstalled using Anaconda and it works fine now.