在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:millejoh/emacs-ipython-notebook开源软件地址:https://github.com/millejoh/emacs-ipython-notebook开源编程语言:Emacs Lisp 95.4%开源软件介绍:EIN -- Emacs IPython NotebookEmacs IPython Notebook (EIN), despite its name, is a jupyter client for all languages. It does not work under non-WSL Windows environments. No require statements, e.g. Org users please find ob-ein, a jupyter Babel backend. AWS GCE (Preview) integration is in alpha. EIN was originally written by [tkf]. A jupyter Babel backend was first introduced by [gregsexton]. InstallAs described in Getting started, ensure melpa's whereabouts in (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) Then M-x package-refresh-contents RET M-x package-install RET ein RET Alternatively, directly clone this repo and UsageStart EIN using ONE of the following:
Alternatively, ob-ein. FAQHow do I...
ob-einConfiguration: M-x customize-group RET org-babel Org Babel Load Languages: Insert (ein . t) For example, '((emacs-lisp . t) (ein . t)) Snippet: #+BEGIN_SRC ein-python :session localhost import numpy, math, matplotlib.pyplot as plt %matplotlib inline x = numpy.linspace(0, 2*math.pi) plt.plot(x, numpy.sin(x)) #+END_SRC The Language can be M-x customize-group RET ein Ob Ein Languages AWS GCE (Preview)M-x customize-option RET ein:gat-vendor From a notebook or raw ipynb buffer,
Results appear in the See dickmao/Kaggler for examples of importing Kaggle datasets. See gat usage for information about the Keymap (C-h m)Key Binding ------------------------------------------------------------------------------- C-<down> ein:worksheet-goto-next-input-km C-<up> ein:worksheet-goto-prev-input-km M-S-<return> ein:worksheet-execute-cell-and-insert-below-km M-<down> ein:worksheet-not-move-cell-down-km M-<up> ein:worksheet-not-move-cell-up-km C-x C-s ein:notebook-save-notebook-command-km C-x C-w ein:notebook-rename-command-km M-RET ein:worksheet-execute-cell-and-goto-next-km M-, ein:pytools-jump-back-command M-. ein:pytools-jump-to-source-command C-c C-a ein:worksheet-insert-cell-above-km C-c C-b ein:worksheet-insert-cell-below-km C-c C-c ein:worksheet-execute-cell-km C-u C-c C-c ein:worksheet-execute-all-cells C-c C-e ein:worksheet-toggle-output-km C-c C-f ein:file-open-km C-c C-k ein:worksheet-kill-cell-km C-c C-l ein:worksheet-clear-output-km C-c RET ein:worksheet-merge-cell-km C-c C-n ein:worksheet-goto-next-input-km C-c C-o ein:notebook-open-km C-c C-p ein:worksheet-goto-prev-input-km C-c C-q ein:notebook-kill-kernel-then-close-command-km C-c C-r ein:notebook-reconnect-session-command-km C-c C-s ein:worksheet-split-cell-at-point-km C-c C-t ein:worksheet-toggle-cell-type-km C-c C-u ein:worksheet-change-cell-type-km C-c C-v ein:worksheet-set-output-visibility-all-km C-c C-w ein:worksheet-copy-cell-km C-c C-y ein:worksheet-yank-cell-km C-c C-z ein:notebook-kernel-interrupt-command-km C-c C-S-l ein:worksheet-clear-all-output-km C-c C-# ein:notebook-close-km C-c C-$ ein:tb-show-km C-c C-/ ein:notebook-scratchsheet-open-km C-c C-; ein:shared-output-show-code-cell-at-point-km C-c <down> ein:worksheet-move-cell-down-km C-c <up> ein:worksheet-move-cell-up-km C-c C-x C-r ein:notebook-restart-session-command-km C-c M-w ein:worksheet-copy-cell-km This is a minor mode. If called interactively, toggle the ‘Ein:Notebook mode’ mode. If the prefix argument is positive, enable the mode, and if it is zero or negative, disable the mode. If called from Lisp, toggle the mode if ARG is ‘toggle’. Enable the mode if ARG is nil, omitted, or is a positive number. Disable the mode if ARG is a negative number. To check whether the minor mode is enabled in the current buffer, evaluate ‘ein:notebook-mode’. The mode’s hook is called both when the mode is enabled and when it is disabled. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论