DEV Community

Discussion on: NFT images generator using Python Jupyter Notebook

Collapse
 
reckonova profile image
David Collier

Ok I have searched through the comments, I searched the internet but found no answer. So here I am!

1= curl bootstrap.pypa.io/get-pip.py -o get-pip.py
2= python get-pip.py - I receive a warning (pasted at bottom)
3= Install Python Pillow: pip install pillow
4= Install Python display: pip install display
5= Install Jupyter Notebook: pip install jupyter
6= Set up developing folders similar to the following structure: (this is folder on desktop)
7= Shift + right click => choose PowerShell
8= Run Jupyter in your generator folder: jupyter notebook: I get this error:
8= jupyter : The term 'jupyter' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was
included, verify that the path is correct and try again.
At line:1 char:1

  • jupyter + ~~~~~~~
    • CategoryInfo : ObjectNotFound: (jupyter:String) [], CommandNotFoundE xception
    • FullyQualifiedErrorId : CommandNotFoundException

8= same error after downloading anaconda

I can't figure out what I'm doing wrong!


2= WARNING: The scripts pip.exe, pip3.9.exe and pip3.exe are installed in 'C:\Users\david\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.