Unable to open quickstart notebooks #NewUser
Hello. I am new here and was trying to setup yt. I installed yt using virtualenv following the exact steps as mentioned in the github repo. After that I tried to follow the steps on the quickstart page but it failed http://yt-project.org/doc/quickstart/index.html This page. I realised that the path to quickstart on my pc was somewhat different (/yt-git/doc/source/quickstart). So I navigated there and tried running `yt notebook` (as mentioned in the above page) but it failed ModuleNotFoundError: No module named 'notebook' This was the last line How do I run the quickstart process? I am new to opensource community so I dont really know how to setup the tools required Regards, Arpit Kubadia
Using the python you installed yt with, try: $ python -m pip install jupyter And then try again. On Mon, Dec 11, 2017 at 7:59 AM Arpit Kubadia <arpitkubadia23@gmail.com> wrote:
Hello. I am new here and was trying to setup yt. I installed yt using virtualenv following the exact steps as mentioned in the github repo. After that I tried to follow the steps on the quickstart page but it failed
http://yt-project.org/doc/quickstart/index.html
This page. I realised that the path to quickstart on my pc was somewhat different (/yt-git/doc/source/quickstart). So I navigated there and tried running `yt notebook` (as mentioned in the above page) but it failed
ModuleNotFoundError: No module named 'notebook'
This was the last line How do I run the quickstart process? I am new to opensource community so I dont really know how to setup the tools required
Regards, Arpit Kubadia _______________________________________________ yt-users mailing list yt-users@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
participants (2)
-
Arpit Kubadia
-
Nathan Goldbaum