Christopher Chen

Results 1 issues of Christopher Chen

I'm trying to get the **following code** to work in Jupyter Notebook: ``` import ipyvolume as ipv import numpy as np N = 1000 x, y, z = np.random.normal(0, 1,...