en:faq

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

en:faq [2022/02/27 10:18]
andres_romero angelegt
en:faq [2022/02/28 10:31] (aktuell)
martin [Juypter Notebooks]
Zeile 3: Zeile 3:
 ===== Juypter Notebooks ===== ===== Juypter Notebooks =====
  
-**My Mac computer automatically renames the Jupyter Notebooks to .txt files when downloading, which then cannot be loaded in the browser. How do I get the original file format?**.+**My Mac computer automatically renames the Jupyter Notebooks to .txt files when downloading, which then cannot be opened in the browser. How do I get the original file format?**.
  
 Click on the file and replace the extension '.txt' with '.ipynb' in the file name. Now the file is visible in the Jupyter browser and can be opened by clicking on it.  Click on the file and replace the extension '.txt' with '.ipynb' in the file name. Now the file is visible in the Jupyter browser and can be opened by clicking on it. 
Zeile 11: Zeile 11:
 **The Jupyter notebooks give me long error messages. How do I deal with this?** **The Jupyter notebooks give me long error messages. How do I deal with this?**
  
-The error messages are very detailed. However, the crucial point is the last line, which usually contains a hint about missing python modules or undefined variables (e.g.: 'music' is not defined). Not infrequently there are also typos in the command code. With these hints it is easy to reconstruct which //code cell// was not executed or which command was typed wrong.+Oftentimes, the error messages are very detailed. However, the crucial point is the last line, which usually contains a hint about missing python modules or undefined variables (e.g.: 'music' is not defined). Not infrequently there are also typos in the command code. With these hints it is easy to reconstruct which //code cell// was not executed or which command was typed wrong.
  
  
  • en/faq.1645957115.txt.gz
  • Zuletzt geändert: 2022/02/27 10:18
  • von andres_romero