Python: Anaconda: Unterschied zwischen den Versionen

Aus Flinkwiki
Wechseln zu: Navigation, Suche
(Jupyter Notebook)
(Jupyter Notebook)
Zeile 31: Zeile 31:
 
== Jupyter Notebook ==
 
== Jupyter Notebook ==
  
Beim Start von Jupyter Notebook öffnet sich die Verzeichnisansicht
+
=== Jupyter Notebook starten ===
 +
# Locate and open your Anaconda Navigator.
 +
# Search for Jupyter Notebook in Anaconda Navigator and click it.
 +
# A new window should open in the web browser of your choice.
 +
Beim Start von Jupyter Notebook öffnet sich die Verzeichnisansicht  
 
  http://localhost:8888/tree
 
  http://localhost:8888/tree
  
 
+
=== Troubleshooting ===
  
 
* https://jupyter-notebook.readthedocs.io/en/stable/troubleshooting.html
 
* https://jupyter-notebook.readthedocs.io/en/stable/troubleshooting.html

Version vom 4. Dezember 2020, 08:23 Uhr

Seitenübersicht
Zur Seite "Python"
Zur Seite "Python: Klassen"
Zur Seite "Python: Module"
Zur Seite "Python: Turtle"
Zur Seite "Python: Tkinter"
Zur Seite "Python: pygame"
Zur Seite "Python: PyQT"


Allgemeines

Installation

Download von der Seite

Installation in Ubuntu: Die Installation benötigt keine root-Rechte und das Programm installiert sich im Verzeichnis des Benutzers.

bash Anaconda3-2020.11-Linux-x86_64.sh (Eventuell den Dateinamen und den Namen der heruntergeladenen Datei ersetzen.)

[1]


Navigator

Der Anaconda-Navigator wird im bin-Verzeichnis der Installation gestartet:

./navigator-updater

Jupyter Notebook

Jupyter Notebook starten

  1. Locate and open your Anaconda Navigator.
  2. Search for Jupyter Notebook in Anaconda Navigator and click it.
  3. A new window should open in the web browser of your choice.

Beim Start von Jupyter Notebook öffnet sich die Verzeichnisansicht

http://localhost:8888/tree

Troubleshooting


| |