-
Notifications
You must be signed in to change notification settings - Fork 31
Problem running Miller example #60
Comments
You'd need to install numpy 1.11. Since then, they mucked with |
You must not be running the |
@dopplershift, True. I went to https://unidata.github.io/python-gallery/examples/miller_composite.html#sphx-glr-examples-miller-composite-py and clicked on Would it be possible in sphinx gallery to add a link to the |
No help from sphinx-gallery here, but a pull request adding install instructions and linking the environment from from the main gallery would be welcome! |
Not sure the best way to do this. Closing since miller runs fine with specified environment . |
@rsignell-usgs Open an issue at https://github.com/Unidata/xsede-jetstream/ if you think the problem lies there. (I did wonder, after we discussed this issue that the environment may simply be out of date.) |
@dopplershift Would it be alright if I submitted a PR to add |
@julienchastang in general, that's fine. The reason it's not is because this environment isn't intended for running a server that hosts different kernels. Is that what you need it to do? You only need to install |
The individual kernels need ipykernel, right?
…-Rich
On Nov 27, 2017, at 17:15, Ryan May ***@***.***> wrote:
@julienchastang in general, that's fine. The reason it's not is because this environment isn't intended for running a server that hosts different kernels. Is that what you need it to do? You only need to install nb_conda_kernels in the server's environment--the individual environments for each of the kernels don't actually need it installed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Right--this is pulled in by |
OK thanks for the clarification. No PR then. |
I tried to run the Miller Composite notebook (because I thought it might be a good one for @julienchastang poster) from
https://unidata.github.io/python-gallery/examples/miller_composite.html#sphx-glr-examples-miller-composite-py
and it's dying in cell [7] here:
https://gist.github.com/anonymous/3da3480e71a62a36983b68dc7ad398d6
what up?
The text was updated successfully, but these errors were encountered: