install_jupyter - Kutralyekn/FreeBSD GitHub Wiki

Install Jupyter

Procedure inside of python-3.6 virtual environment.

Procedure

  • Install Jupyter
# pip install jupyter
  • Install Sqlite3 & Sqlite3 Python3 DB-API
# pkg install sqlite3
# pkg install py36-sqlite3
  • Install Matplotlib
# pkg install freetype
# pkg install pkgconf
# pip install matplotlib

Oficial Documentation

Back to Wiki.