jupyter-widgets-contrib / ipygany

3-D Scientific Visualization in the Jupyter Notebook
BSD 3-Clause "New" or "Revised" License
487 stars 53 forks source link

No [Water effect] in example folder #118

Closed conghuiw closed 2 years ago

conghuiw commented 2 years ago

Hi, is water effect example in another repository?

I cloned https://github.com/martinRenou/proteus_visualization/ which contains /blob/master/reef.ipynb in resository.

when I tried run reef.ipynb, error occured.

FileNotFoundError Traceback (most recent call last)

in ----> 1 arrays_metadata = extract_arrays_metadata('reef/solitary_reef.h5') 2 3 mem_vertices = extract_array(arrays_metadata, 'nodesSpatial_Domain0') 4 vertices = np.array(mem_vertices[:, 0:2])
martinRenou commented 2 years ago

You can try the marin_vtu notebook there, but it's a very coarse mesh so adding a water effect on it doesn't give visually appealing results.

I cannot push more data to this repo as it's too big for a Github repository.

conghuiw commented 2 years ago

You can try the marin_vtu notebook there, but it's a very coarse mesh so adding a water effect on it doesn't give visually appealing results.

I cannot push more data to this repo as it's too big for a Github repository.