-
Notifications
You must be signed in to change notification settings - Fork 1
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
run the ipyfastscape.TopoViz3d but get error #9
Comments
hakertop
changed the title
run the ipyfastscape.TopoViz3d get
run the ipyfastscape.TopoViz3d but get error
Jan 22, 2024
It looks like ipygany (a dependency of xarray-simlab) has not been properly installed. How did you installed ipyfastscape? Can you can show the installed versions of ipyfastscape / ipygany / jupyterlab / ipywidgets? |
Hi Bovy,
Thanks for your response!
I created a new virtual environment (mylandlab) using the Conda tool, and installed the ipyfastscape according to the installation ($ conda install ipyfastscape -c conda-forge) in Github.
The versions of different packages are attached below, and the Jupyterlab's version is 3.6.7.
All the best,
Yangen Shen
| |
Yangen Shen
|
|
***@***.***
|
---- Replied Message ----
| From | Benoit ***@***.***> |
| Date | 1/26/2024 12:26 |
| To | ***@***.***> |
| Cc | ***@***.***>,
***@***.***> |
| Subject | Re: [fastscape-lem/ipyfastscape] run the ipyfastscape.TopoViz3d but get error (Issue #9) |
It looks like ipygany (a dependency of xarray-simlab) has not been properly installed. How did you installed ipyfastscape? Can you can show the installed versions of ipyfastscape / ipygany / jupyterlab / ipywidgets?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use the code below to get a window to show 3D topography.
app = TopoViz3d(out_ds, canvas_height=600, time_dim="time")
app.show()
The window is open, but one of the planes shows the error "Click to show javascript error". I got the error information after I clicked. I have a screenshot attached below. I am sure that the code could run successfully.
could you tell me what happened? Thanks a lot!
The text was updated successfully, but these errors were encountered: