Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install pretty-jupyter via python pip




pretty-jupyter - Exports Jupyter notebook into beautiful and dynamic HTML report., it belongs to Classifiers:

- Framework :: Jupyter
- Intended Audience :: Education
- Operating System :: MacOS
- Operating System :: MacOS :: MacOS X
- Operating System :: Microsoft
- Operating System :: Microsoft :: Windows

When you know about this project and you want to new install pretty-jupyter to support your project or you get trouble as ModuleNotFoundError: No module named "pretty-jupyter" or ImportError: cannot import name "pretty-jupyter" in your project, let follow this tutorial to install pretty-jupyter



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_pretty-jupyter_env

- Active the virtual environment

test_pretty-jupyter_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_pretty-jupyter_env

- Active the virtual environment

source test_pretty-jupyter_env/bin/active


Step 2: OK, now, let flow below content to start the installation pretty-jupyter

To install pretty-jupyter on Windows(CMD):

py -m pip install pretty-jupyter

To install pretty-jupyter on Unix/macOs:

pip install pretty-jupyter


Step 3: If you want to install a specific pretty-jupyter version, add ==<pretty-jupyter version> to the end command line

Example:

pip install pretty-jupyter==0.1a0                                                        pre-release


Please see the version list below table:

VersionReleased dateCommand
pretty-jupyter 1.2.52022-08-07T09:33:17Windows:

py -m pip install pretty-jupyter==1.2.5

Unix/macOs:

pip install pretty-jupyter==1.2.5

pretty-jupyter 1.2.42022-07-31T10:15:19Windows:

py -m pip install pretty-jupyter==1.2.4

Unix/macOs:

pip install pretty-jupyter==1.2.4

pretty-jupyter 1.2.32022-07-22T15:30:02Windows:

py -m pip install pretty-jupyter==1.2.3

Unix/macOs:

pip install pretty-jupyter==1.2.3

pretty-jupyter 1.2.22022-07-10T15:47:30Windows:

py -m pip install pretty-jupyter==1.2.2

Unix/macOs:

pip install pretty-jupyter==1.2.2

pretty-jupyter 1.2.12022-07-10T10:44:03Windows:

py -m pip install pretty-jupyter==1.2.1

Unix/macOs:

pip install pretty-jupyter==1.2.1

pretty-jupyter 1.2.02022-07-09T18:13:49Windows:

py -m pip install pretty-jupyter==1.2.0

Unix/macOs:

pip install pretty-jupyter==1.2.0

pretty-jupyter 1.12022-07-09T09:02:34Windows:

py -m pip install pretty-jupyter==1.1

Unix/macOs:

pip install pretty-jupyter==1.1

pretty-jupyter 1.02022-07-01T21:29:50Windows:

py -m pip install pretty-jupyter==1.0

Unix/macOs:

pip install pretty-jupyter==1.0


Step 4: Otherwise, you can install pretty-jupyter from local archives:

Download the distribution file from pretty-jupyter-1.2.5.tar.gz or the specific pretty-jupyter version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_pretty-jupyter_downloaded_file>

On Unix/macOs:

pip install <path_to_pretty-jupyter_downloaded_file>


List distribution:


Project link:

- Bug Tracker
- CI
- Source