Note-Code
blog
tutoriales
Index
Apache
Google
Html
Java
Javascript
LaTeX
Linux
Python
¿Cómo instalar jupyter notebook con pip en Python?
Una herramienta muy útil para
python
es jupyter. Es muy fácil de instalar con el siguiente comando:
pip install jupyter
Y corremos con
jupyter notebook
Links:
http://jupyter.readthedocs.io/en/latest/install.html
http://jupyter.org/install
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04
No hay comentarios.:
Publicar un comentario
Entrada más reciente
Entrada antigua
Página Principal
Suscribirse a:
Comentarios de la entrada (Atom)
Algoritmo
Apache
Google
Html
Java
Javascript
Jupyter Notebook
LaTeX
Linux
OpenCV
Python
El juego de la vida - Ejemplo en python
In [1]: import matplotlib.image as image import numpy as np from PIL import Image import copy def pinta...
El Juego de la Vida en Python
In [2]: import matplotlib.image as image import numpy as np def juegoDeLaVida (): print ( 'Hi' ) juegoDeL...
Dibujar un cuadrado con java
Para dibujar un cuadrado en Java se usa la clase JFrame y JPanel. Código Más Links: 0.03
¿Cómo convertir una imagen de colores a Blanco y Negro?
In [12]: import matplotlib.pyplot as plt import matplotlib.image as image import numpy as np img = image . imread ...
Html : Símbolos de Notas Musicales en html
a Ejemplo: ♩ ♩ ♪ ♪ ♫ ♫ Links https://es.wikipedia.org/wiki/Signos_musicales http://www.alt-codes.net/...
Seguidores
Vistas promedio
También:
►
2021
(1)
►
enero
(1)
►
2020
(16)
►
diciembre
(10)
►
noviembre
(4)
►
mayo
(2)
►
2019
(2)
►
enero
(2)
▼
2018
(53)
►
noviembre
(4)
►
septiembre
(2)
►
agosto
(2)
▼
julio
(12)
¿Cómo configurar un Virtual Host en Apache?
Detectar que se presionó una tecla con javascript ...
¿Cómo crear y usar un botón en HTML5?
¿Cómo limpiar un input de html con javascript?
Use Jupyter Notebook keyboard shortcuts
¿Cómo agregar anclas en HTML?
¿Cómo citar y referenciar con el estilo Vancouver?
¿Cómo instalar jupyter notebook con pip en Python?
¿Cómo obtener la información de la memoria RAM en ...
¿Cuáles son los tipos de investigación?
¿Que es el algoritmo de consenso?
Crowd simulation
►
junio
(30)
►
febrero
(3)
►
2017
(212)
►
septiembre
(3)
►
agosto
(1)
►
junio
(158)
►
mayo
(7)
►
abril
(24)
►
marzo
(16)
►
febrero
(1)
►
enero
(2)
►
2016
(67)
►
diciembre
(3)
►
noviembre
(3)
►
octubre
(1)
►
septiembre
(1)
►
agosto
(4)
►
julio
(7)
►
junio
(7)
►
mayo
(12)
►
abril
(21)
►
marzo
(3)
►
febrero
(3)
►
enero
(2)
►
2015
(9)
►
diciembre
(2)
►
noviembre
(3)
►
octubre
(2)
►
septiembre
(2)
No hay comentarios.:
Publicar un comentario