--spyder Es fühlt sich schwer und unansehnlich an.
startup Wenn Sie startup.m in MATLAB in MATLAB / ausführen, wird es beim Start ausgeführt, also habe ich den Pfad dort festgelegt, aber in ipython ist es wie "~ / .ipython / profile_default / startup / 00-hoge.py". Es scheint, dass Sie es schreiben sollten. Aus dem READ ME unten. Ich kenne keine Fenster.
This is the IPython startup directory
.py and .ipy files in this directory will be run *prior* to any code or files specified
via the exec_lines or exec_files configurables whenever you load this profile.
Files will be run in lexicographical order, so you can control the execution order of files
with a prefix, e.g.
00-first.py
50-middle.py
99-last.ipy
Ich habe vorerst nur das geschrieben
import matplotlib.pyplot as plt
import numpy as np
――Es wurde in MATLAB in letzter Zeit verbessert, aber der Namespace ist leicht zu verstehen. --Charaktercode, insbesondere Escape ist kompliziert --ipython ergänzt manchmal nicht
Zuerst verstand ich den Standard von Statistiken und Bildverarbeitungspaketen nicht, unabhängig von der Standardverarbeitung.
Es ist fast wie numpy
Einfache Funktionen sind in numpy. Danach scheint scipy.stats genug zu sein
Befindet sich skimage in der Nähe des IPT Nummer eins?
Recommended Posts