Hi Daniel, Thanks for reporting this. I think the notebook command doesn't work anymore, but fortunately it has been supplanted and made much easier by using a vanilla jupyter notebook. You can start this by typing "jupyter notebook" or "jupyter lab" in your python environment. They may require additional packages to be installed, specifically jupterlab, but they should work.
-Matt On Tue, Feb 27, 2024 at 4:22 AM Daniel Ruvalcaba <[email protected]> wrote: > Hello I am currently trying to install and setup yt on my laptop using the > miniconda/anaconda/pip/whatever will work and I keep running into the issue > of not being able to open my yt notebook. For pip/git it does not accept > the command and for miniconda/anaconda it keeps giving me this error: > Traceback (most recent call last): > File "C:\ProgramData\miniconda3\Scripts\yt-script.py", line 10, in > <module> > sys.exit(run_main()) > ^^^^^^^^^^ > File > "C:\Users\.\AppData\Roaming\Python\Python311\site-packages\yt\utilities\command_line.py", > line 1613, in run_main > args.func(args) > File > "C:\Users\.\AppData\Roaming\Python\Python311\site-packages\yt\utilities\command_line.py", > line 223, in run > self(args) > File > "C:\Users\.\AppData\Roaming\Python\Python311\site-packages\yt\utilities\command_line.py", > line 1071, in __call__ > from notebook.notebookapp import NotebookApp > ModuleNotFoundError: No module named 'notebook.notebookapp' > > I have tried downloading various notebook software both onto this computer > and from the conda install to no luck. I am stuck and would really > appreciate help so I can resolve this issue. > > Thank you, > Daniel > _______________________________________________ > yt-users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/yt-users.python.org/ > Member address: [email protected] >
_______________________________________________ yt-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/yt-users.python.org/ Member address: [email protected]
