Anaconda makes. Ipynb file into. EXE file

Explain the function of static keyword and final keyword in Java in detail>>>

1. Open Anaconda prompt

# 2. Install pyinstaler (either in the default directory or in other directories)
enter the command:

pip install pyinstaller

note: if the

distributed 1.21.8 requires msgpack, which is not installed.

Msgpack needs to be installed:
the solution command is as follows:

pip install msgpack

If:

You are using pip version 10.0.1, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

the solution command is as follows:

python -m pip install --upgrade pip

# 3. Open the file ^. Ipynb in jupyter notebook

Download as. Py file and save the file in the directory (default directory or the directory selected above)

4. In the promt window, enter the command: * *

pyinstaller -F ***.py

###############################35

Similar Posts: