Root-FTW / scripts_py

¿Y si hacemos un script? Ven, vamos a jugar Ya no te puedo ver jamás amigo sal, parece que no estás!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog Web | Recursos Web | Recursos PDF

Jupyter Notebook, una aplicación web de código abierto, le permite crear y compartir un código interactivo, visualizaciones y otros recursos en la web.

pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. $ pip list

Paso 1: Configurar Python

sudo apt update
sudo apt install python3-pip python3-dev

Paso 2: Crear un entorno virtual de Python para Jupyter

sudo -H pip3 install --upgrade pip
sudo -H pip3 install virtualenv

mkdir ~/scripts_py
cd ~/scripts_py

virtualenv scripts_py_env

source scripts_py_env/bin/activate

Paso 3: Instalar Jupyter

pip install jupyter

Paso 4: Ejecutar Jupyter Notebook

jupyter notebook

Post instalacion

source scripts_py_env/bin/activate
jupyter notebook

About

¿Y si hacemos un script? Ven, vamos a jugar Ya no te puedo ver jamás amigo sal, parece que no estás!

License:GNU General Public License v3.0


Languages

Language:Python 98.8%Language:Jupyter Notebook 0.9%Language:HTML 0.1%Language:PowerShell 0.1%Language:CSS 0.1%Language:JavaScript 0.1%Language:C 0.0%Language:Shell 0.0%