Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

707 lines
24 KiB

  1. ;;; ein-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "ein-ac" "ein-ac.el" (0 0 0 0))
  7. ;;; Generated autoloads from ein-ac.el
  8. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-ac" '("ein:")))
  9. ;;;***
  10. ;;;### (autoloads nil "ein-cell" "ein-cell.el" (0 0 0 0))
  11. ;;; Generated autoloads from ein-cell.el
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-cell" '("ein:")))
  13. ;;;***
  14. ;;;### (autoloads nil "ein-cell-edit" "ein-cell-edit.el" (0 0 0 0))
  15. ;;; Generated autoloads from ein-cell-edit.el
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-cell-edit" '("ein:")))
  17. ;;;***
  18. ;;;### (autoloads nil "ein-cell-output" "ein-cell-output.el" (0 0
  19. ;;;;;; 0 0))
  20. ;;; Generated autoloads from ein-cell-output.el
  21. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-cell-output" '("ein:")))
  22. ;;;***
  23. ;;;### (autoloads nil "ein-classes" "ein-classes.el" (0 0 0 0))
  24. ;;; Generated autoloads from ein-classes.el
  25. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-classes" '("ein:")))
  26. ;;;***
  27. ;;;### (autoloads nil "ein-company" "ein-company.el" (0 0 0 0))
  28. ;;; Generated autoloads from ein-company.el
  29. (autoload 'ein:company-backend "ein-company" "\
  30. \(fn COMMAND &optional ARG &rest _)" t nil)
  31. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-company" '("ein:comp")))
  32. ;;;***
  33. ;;;### (autoloads nil "ein-completer" "ein-completer.el" (0 0 0 0))
  34. ;;; Generated autoloads from ein-completer.el
  35. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-completer" '("ein:")))
  36. ;;;***
  37. ;;;### (autoloads nil "ein-connect" "ein-connect.el" (0 0 0 0))
  38. ;;; Generated autoloads from ein-connect.el
  39. (autoload 'ein:connect-to-notebook-command "ein-connect" "\
  40. Connect to notebook. When the prefix argument is given,
  41. you can choose any notebook on your server including the ones
  42. not yet opened. Otherwise, already chose from already opened
  43. notebooks.
  44. \(fn &optional NOT-YET-OPENED)" t nil)
  45. (autoload 'ein:connect-to-notebook "ein-connect" "\
  46. Connect any buffer to notebook and its kernel.
  47. \(fn NBPATH &optional BUFFER NO-RECONNECTION)" t nil)
  48. (autoload 'ein:connect-to-notebook-buffer "ein-connect" "\
  49. Connect any buffer to opened notebook and its kernel.
  50. \(fn BUFFER-OR-NAME)" t nil)
  51. (autoload 'ein:connect-buffer-to-notebook "ein-connect" "\
  52. Connect BUFFER to NOTEBOOK.
  53. \(fn NOTEBOOK &optional BUFFER NO-RECONNECTION)" nil nil)
  54. (autoload 'ein:connect-to-default-notebook "ein-connect" "\
  55. Connect to the default notebook specified by
  56. `ein:connect-default-notebook'. Set this to `python-mode-hook'
  57. to automatically connect any python-mode buffer to the
  58. notebook." nil nil)
  59. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-connect" '("ein:")))
  60. ;;;***
  61. ;;;### (autoloads nil "ein-console" "ein-console.el" (0 0 0 0))
  62. ;;; Generated autoloads from ein-console.el
  63. (autoload 'ein:console-open "ein-console" "\
  64. Open IPython console.
  65. To use this function, `ein:console-security-dir' and
  66. `ein:console-args' must be set properly.
  67. This function works best with the new python.el_ which is shipped
  68. with Emacs 24.2 or later. If you don't have it, this function
  69. opens a \"plain\" command line interpreter (comint) buffer where
  70. you cannot use fancy stuff such as TAB completion.
  71. It should be possible to support python-mode.el. Patches are welcome!
  72. .. _python.el: https://github.com/fgallina/python.el" t nil)
  73. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-console" '("ein:")))
  74. ;;;***
  75. ;;;### (autoloads nil "ein-contents-api" "ein-contents-api.el" (0
  76. ;;;;;; 0 0 0))
  77. ;;; Generated autoloads from ein-contents-api.el
  78. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-contents-api" '("*ein:content-hierarchy*" "ein:")))
  79. ;;;***
  80. ;;;### (autoloads nil "ein-core" "ein-core.el" (0 0 0 0))
  81. ;;; Generated autoloads from ein-core.el
  82. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-core" '("*ein:" "ein:")))
  83. ;;;***
  84. ;;;### (autoloads nil "ein-dev" "ein-dev.el" (0 0 0 0))
  85. ;;; Generated autoloads from ein-dev.el
  86. (autoload 'ein:dev-insert-mode-map "ein-dev" "\
  87. Insert mode-map into rst document. For README.rst.
  88. \(fn MAP-STRING)" nil nil)
  89. (autoload 'ein:dev-start-debug "ein-dev" "\
  90. Enable EIN debugging support.
  91. When the prefix argument is given, debugging support for websocket
  92. callback (`websocket-callback-debug-on-error') is enabled." t nil)
  93. (autoload 'ein:dev-stop-debug "ein-dev" "\
  94. Inverse of `ein:dev-start-debug'. Hard to maintain because it needs to match start" t nil)
  95. (autoload 'ein:dev-bug-report-template "ein-dev" "\
  96. Open a buffer with bug report template." t nil)
  97. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-dev" '("ein:")))
  98. ;;;***
  99. ;;;### (autoloads nil "ein-events" "ein-events.el" (0 0 0 0))
  100. ;;; Generated autoloads from ein-events.el
  101. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-events" '("ein:events-")))
  102. ;;;***
  103. ;;;### (autoloads nil "ein-file" "ein-file.el" (0 0 0 0))
  104. ;;; Generated autoloads from ein-file.el
  105. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-file" '("*ein:file-buffername-template*" "ein:")))
  106. ;;;***
  107. ;;;### (autoloads nil "ein-helm" "ein-helm.el" (0 0 0 0))
  108. ;;; Generated autoloads from ein-helm.el
  109. (autoload 'anything-ein-kernel-history "ein-helm" "\
  110. Search kernel execution history then insert the selected one." t nil)
  111. (autoload 'helm-ein-kernel-history "ein-helm" "\
  112. Search kernel execution history then insert the selected one." t nil)
  113. (autoload 'anything-ein-notebook-buffers "ein-helm" "\
  114. Choose opened notebook using anything.el interface." t nil)
  115. (autoload 'helm-ein-notebook-buffers "ein-helm" "\
  116. Choose opened notebook using helm interface." t nil)
  117. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-helm" '("ein:helm-")))
  118. ;;;***
  119. ;;;### (autoloads nil "ein-iexec" "ein-iexec.el" (0 0 0 0))
  120. ;;; Generated autoloads from ein-iexec.el
  121. (autoload 'ein:iexec-mode "ein-iexec" "\
  122. Instant cell execution minor mode.
  123. Code cell at point will be automatically executed after any
  124. change in its input area.
  125. If called interactively, enable Ein:Iexec mode if ARG is
  126. positive, and disable it if ARG is zero or negative. If called
  127. from Lisp, also enable the mode if ARG is omitted or nil, and
  128. toggle it if ARG is `toggle'; disable the mode otherwise.
  129. \(fn &optional ARG)" t nil)
  130. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-iexec" '("ein:iexec-")))
  131. ;;;***
  132. ;;;### (autoloads nil "ein-inspector" "ein-inspector.el" (0 0 0 0))
  133. ;;; Generated autoloads from ein-inspector.el
  134. (autoload 'ein:inspect-object "ein-inspector" "\
  135. \(fn KERNEL OBJECT)" t nil)
  136. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-inspector" '("ein:")))
  137. ;;;***
  138. ;;;### (autoloads nil "ein-ipdb" "ein-ipdb.el" (0 0 0 0))
  139. ;;; Generated autoloads from ein-ipdb.el
  140. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-ipdb" '("*ein:ipdb-" "ein:")))
  141. ;;;***
  142. ;;;### (autoloads nil "ein-ipynb-mode" "ein-ipynb-mode.el" (0 0 0
  143. ;;;;;; 0))
  144. ;;; Generated autoloads from ein-ipynb-mode.el
  145. (autoload 'ein:ipynb-mode "ein-ipynb-mode" "\
  146. A simple mode for ipynb file.
  147. \(fn)" t nil)
  148. (add-to-list 'auto-mode-alist '(".*\\.ipynb\\'" . ein:ipynb-mode))
  149. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-ipynb-mode" '("ein:ipynb-parent-mode")))
  150. ;;;***
  151. ;;;### (autoloads nil "ein-jupyter" "ein-jupyter.el" (0 0 0 0))
  152. ;;; Generated autoloads from ein-jupyter.el
  153. (autoload 'ein:jupyter-server-start "ein-jupyter" "\
  154. Start SERVER-CMD_PATH with `--notebook-dir' NOTEBOOK-DIRECTORY. Login after connection established unless NO-LOGIN-P is set. LOGIN-CALLBACK takes two arguments, the buffer created by ein:notebooklist-open--finish, and the url-or-port argument of ein:notebooklist-open*.
  155. This command opens an asynchronous process running the jupyter
  156. notebook server and then tries to detect the url and password to
  157. generate automatic calls to `ein:notebooklist-login' and
  158. `ein:notebooklist-open'.
  159. With \\[universal-argument] prefix arg, it will prompt the user for the path to
  160. the jupyter executable first. Else, it will try to use the
  161. value of `*ein:last-jupyter-command*' or the value of the
  162. customizable variable `ein:jupyter-default-server-command'.
  163. Then it prompts the user for the path of the root directory
  164. containing the notebooks the user wants to access.
  165. The buffer named by `ein:jupyter-server-buffer-name' will contain
  166. the log of the running jupyter server.
  167. \(fn SERVER-CMD-PATH NOTEBOOK-DIRECTORY &optional NO-LOGIN-P LOGIN-CALLBACK PORT)" t nil)
  168. (defalias 'ein:run 'ein:jupyter-server-start)
  169. (defalias 'ein:stop 'ein:jupyter-server-stop)
  170. (autoload 'ein:jupyter-server-stop "ein-jupyter" "\
  171. \(fn &optional FORCE LOG)" t nil)
  172. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-jupyter" '("*ein:" "ein:")))
  173. ;;;***
  174. ;;;### (autoloads nil "ein-jupyterhub" "ein-jupyterhub.el" (0 0 0
  175. ;;;;;; 0))
  176. ;;; Generated autoloads from ein-jupyterhub.el
  177. (autoload 'ein:jupyterhub-connect "ein-jupyterhub" "\
  178. Log on to a jupyterhub server using PAM authentication. Requires jupyterhub version 0.8 or greater. CALLBACK takes two arguments, the resulting buffer and the singleuser url-or-port
  179. \(fn URL-OR-PORT USERNAME PASSWORD CALLBACK)" t nil)
  180. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-jupyterhub" '("*ein:jupyterhub-connections*" "ein:jupyterhub-")))
  181. ;;;***
  182. ;;;### (autoloads nil "ein-kernel" "ein-kernel.el" (0 0 0 0))
  183. ;;; Generated autoloads from ein-kernel.el
  184. (defalias 'ein:kernel-url-or-port 'ein:$kernel-url-or-port)
  185. (defalias 'ein:kernel-id 'ein:$kernel-kernel-id)
  186. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-kernel" '("ein:")))
  187. ;;;***
  188. ;;;### (autoloads nil "ein-kernelinfo" "ein-kernelinfo.el" (0 0 0
  189. ;;;;;; 0))
  190. ;;; Generated autoloads from ein-kernelinfo.el
  191. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-kernelinfo" '("ein:kernelinfo")))
  192. ;;;***
  193. ;;;### (autoloads nil "ein-kill-ring" "ein-kill-ring.el" (0 0 0 0))
  194. ;;; Generated autoloads from ein-kill-ring.el
  195. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-kill-ring" '("ein:")))
  196. ;;;***
  197. ;;;### (autoloads nil "ein-log" "ein-log.el" (0 0 0 0))
  198. ;;; Generated autoloads from ein-log.el
  199. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-log" '("ein:")))
  200. ;;;***
  201. ;;;### (autoloads nil "ein-multilang" "ein-multilang.el" (0 0 0 0))
  202. ;;; Generated autoloads from ein-multilang.el
  203. (autoload 'ein:notebook-multilang-mode "ein-multilang" "\
  204. A mode for fontifying multiple languages.
  205. \\{ein:notebook-multilang-mode-map}
  206. \(fn)" t nil)
  207. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-multilang" '("ein:" "python-imenu-format-parent-item-jump-label")))
  208. ;;;***
  209. ;;;### (autoloads nil "ein-multilang-fontify" "ein-multilang-fontify.el"
  210. ;;;;;; (0 0 0 0))
  211. ;;; Generated autoloads from ein-multilang-fontify.el
  212. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-multilang-fontify" '("ein:mlf-")))
  213. ;;;***
  214. ;;;### (autoloads nil "ein-node" "ein-node.el" (0 0 0 0))
  215. ;;; Generated autoloads from ein-node.el
  216. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-node" '("ein:node-")))
  217. ;;;***
  218. ;;;### (autoloads nil "ein-notebook" "ein-notebook.el" (0 0 0 0))
  219. ;;; Generated autoloads from ein-notebook.el
  220. (defalias 'ein:notebook-name 'ein:$notebook-notebook-name)
  221. (autoload 'ein:notebook-jump-to-opened-notebook "ein-notebook" "\
  222. List all opened notebook buffers and switch to one that the user selects.
  223. \(fn NOTEBOOK)" t nil)
  224. (autoload 'ein:notebook-open "ein-notebook" "\
  225. Returns notebook at URL-OR-PORT/PATH.
  226. Note that notebook sends for its contents and won't have them right away.
  227. After the notebook is opened, CALLBACK is called as::
  228. (funcall CALLBACK notebook created)
  229. where `created' indicates a new notebook or an existing one.
  230. \(fn URL-OR-PORT PATH &optional KERNELSPEC CALLBACK ERRBACK NO-POP)" t nil)
  231. (defalias 'ein:exit 'ein:quit)
  232. (autoload 'ein:quit "ein-notebook" "\
  233. Close all notebooks and servers.
  234. \(fn &optional FORCE)" t nil)
  235. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-notebook" '("*ein:notebook--pending-query*" "ein:")))
  236. ;;;***
  237. ;;;### (autoloads nil "ein-notebooklist" "ein-notebooklist.el" (0
  238. ;;;;;; 0 0 0))
  239. ;;; Generated autoloads from ein-notebooklist.el
  240. (autoload 'ein:notebooklist-enable-keepalive "ein-notebooklist" "\
  241. Enable periodic calls to the notebook server to keep long running sessions from expiring.
  242. By long running we mean sessions to last days, or weeks. The
  243. frequency of the refresh (which is very similar to a call to
  244. `ein:notebooklist-open`) is controlled by
  245. `ein:notebooklist-keepalive-refresh-time`, and is measured in
  246. terms of hours. If `ein:enable-keepalive' is non-nil this will
  247. automatically be called during calls to `ein:notebooklist-open`.
  248. \(fn &optional URL-OR-PORT)" t nil)
  249. (autoload 'ein:notebooklist-disable-keepalive "ein-notebooklist" "\
  250. Disable the notebooklist keepalive calls to the jupyter notebook server." t nil)
  251. (autoload 'ein:notebooklist-reload "ein-notebooklist" "\
  252. Reload current Notebook list.
  253. \(fn &optional NBLIST RESYNC CALLBACK)" t nil)
  254. (autoload 'ein:notebooklist-upload-file "ein-notebooklist" "\
  255. \(fn UPLOAD-PATH)" t nil)
  256. (autoload 'ein:notebooklist-new-notebook "ein-notebooklist" "\
  257. \(fn URL-OR-PORT KERNELSPEC &optional CALLBACK NO-POP RETRY)" t nil)
  258. (autoload 'ein:notebooklist-new-notebook-with-name "ein-notebooklist" "\
  259. Upon notebook-open, rename the notebook, then funcall CALLBACK.
  260. \(fn URL-OR-PORT KERNELSPEC NAME &optional CALLBACK NO-POP)" t nil)
  261. (autoload 'ein:notebooklist-list-paths "ein-notebooklist" "\
  262. Return all files of CONTENT-TYPE for all sessions
  263. \(fn &optional CONTENT-TYPE)" nil nil)
  264. (autoload 'ein:notebooklist-load "ein-notebooklist" "\
  265. Load notebook list but do not pop-up the notebook list buffer.
  266. For example, if you want to load notebook list when Emacs starts,
  267. add this in the Emacs initialization file::
  268. (add-to-hook 'after-init-hook 'ein:notebooklist-load)
  269. or even this (if you want fast Emacs start-up)::
  270. ;; load notebook list if Emacs is idle for 3 sec after start-up
  271. (run-with-idle-timer 3 nil #'ein:notebooklist-load)
  272. You should setup `ein:url-or-port' or `ein:default-url-or-port'
  273. in order to make this code work.
  274. See also:
  275. `ein:connect-to-default-notebook', `ein:connect-default-notebook'.
  276. \(fn &optional URL-OR-PORT)" nil nil)
  277. (autoload 'ein:notebooklist-open "ein-notebooklist" "\
  278. This is now an alias for ein:notebooklist-login
  279. \(fn URL-OR-PORT CALLBACK)" t nil)
  280. (defalias 'ein:login 'ein:notebooklist-login)
  281. (autoload 'ein:notebooklist-login "ein-notebooklist" "\
  282. Deal with security before main entry of ein:notebooklist-open*.
  283. CALLBACK takes two arguments, the buffer created by ein:notebooklist-open--success
  284. and the url-or-port argument of ein:notebooklist-open*.
  285. \(fn URL-OR-PORT CALLBACK &optional COOKIE-PLIST)" t nil)
  286. (autoload 'ein:notebooklist-change-url-port "ein-notebooklist" "\
  287. Update the ipython/jupyter notebook server URL for all the
  288. notebooks currently opened from the current notebooklist buffer.
  289. This function works by calling `ein:notebook-update-url-or-port'
  290. on all the notebooks opened from the current notebooklist.
  291. \(fn NEW-URL-OR-PORT)" t nil)
  292. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-notebooklist" '("ein:" "generate-breadcrumbs" "render-")))
  293. ;;;***
  294. ;;;### (autoloads nil "ein-notification" "ein-notification.el" (0
  295. ;;;;;; 0 0 0))
  296. ;;; Generated autoloads from ein-notification.el
  297. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-notification" '("ein:")))
  298. ;;;***
  299. ;;;### (autoloads nil "ein-org" "ein-org.el" (0 0 0 0))
  300. ;;; Generated autoloads from ein-org.el
  301. (autoload 'ein:org-open "ein-org" "\
  302. Open IPython notebook specified by LINK-PATH.
  303. This function is to be used for FOLLOW function of
  304. `org-add-link-type'.
  305. \(fn LINK-PATH)" nil nil)
  306. (autoload 'ein:org-store-link "ein-org" "\
  307. Call `org-store-link-props' when in notebook buffer.
  308. This function is to be used for `org-store-link-functions'.
  309. Examples::
  310. ipynb:(:url-or-port 8888 :name \"My_Notebook\")
  311. ipynb:(:url-or-port \"http://notebook-server\" :name \"My_Notebook\")
  312. Note that spaces will be escaped in org files.
  313. As how IPython development team supports multiple directory in
  314. IPython notebook server is unclear, it is not easy to decide the
  315. format for notebook links. Current approach is to use
  316. S-expression based (rather verbose) serialization, so that
  317. extending link spec without loosing backward compatibility is
  318. easier. For the examples of link format in general, see Info
  319. node `(org) External links' and Info node `(org) Search options'" nil nil)
  320. (eval-after-load "org" '(if (fboundp 'org-link-set-parameters) (org-link-set-parameters "ipynb" :follow 'ein:org-open :help-echo "Open ipython notebook." :store 'ein:org-store-link) (org-add-link-type "ipynb" :follow 'ein:org-open) (add-hook 'org-store-link-functions 'ein:org-store-link)))
  321. ;;;***
  322. ;;;### (autoloads nil "ein-output-area" "ein-output-area.el" (0 0
  323. ;;;;;; 0 0))
  324. ;;; Generated autoloads from ein-output-area.el
  325. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-output-area" '("ein:")))
  326. ;;;***
  327. ;;;### (autoloads nil "ein-pager" "ein-pager.el" (0 0 0 0))
  328. ;;; Generated autoloads from ein-pager.el
  329. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-pager" '("ein:pager-")))
  330. ;;;***
  331. ;;;### (autoloads nil "ein-process" "ein-process.el" (0 0 0 0))
  332. ;;; Generated autoloads from ein-process.el
  333. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-process" '("ein:process-")))
  334. ;;;***
  335. ;;;### (autoloads nil "ein-pseudo-console" "ein-pseudo-console.el"
  336. ;;;;;; (0 0 0 0))
  337. ;;; Generated autoloads from ein-pseudo-console.el
  338. (autoload 'ein:pseudo-console-mode "ein-pseudo-console" "\
  339. Pseudo console mode. Hit RET to execute code.
  340. If called interactively, enable Ein:Pseudo-Console mode if ARG is
  341. positive, and disable it if ARG is zero or negative. If called
  342. from Lisp, also enable the mode if ARG is omitted or nil, and
  343. toggle it if ARG is `toggle'; disable the mode otherwise.
  344. \(fn &optional ARG)" t nil)
  345. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-pseudo-console" '("ein:pseudo-console-mode-map")))
  346. ;;;***
  347. ;;;### (autoloads nil "ein-python" "ein-python.el" (0 0 0 0))
  348. ;;; Generated autoloads from ein-python.el
  349. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-python" '("ein:python-")))
  350. ;;;***
  351. ;;;### (autoloads nil "ein-pytools" "ein-pytools.el" (0 0 0 0))
  352. ;;; Generated autoloads from ein-pytools.el
  353. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-pytools" '("ein:")))
  354. ;;;***
  355. ;;;### (autoloads nil "ein-query" "ein-query.el" (0 0 0 0))
  356. ;;; Generated autoloads from ein-query.el
  357. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-query" '("ein:")))
  358. ;;;***
  359. ;;;### (autoloads nil "ein-scratchsheet" "ein-scratchsheet.el" (0
  360. ;;;;;; 0 0 0))
  361. ;;; Generated autoloads from ein-scratchsheet.el
  362. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-scratchsheet" '("ein:scratchsheet")))
  363. ;;;***
  364. ;;;### (autoloads nil "ein-shared-output" "ein-shared-output.el"
  365. ;;;;;; (0 0 0 0))
  366. ;;; Generated autoloads from ein-shared-output.el
  367. (autoload 'ein:shared-output-pop-to-buffer "ein-shared-output" "\
  368. Open shared output buffer." t nil)
  369. (autoload 'ein:shared-output-show-code-cell-at-point "ein-shared-output" "\
  370. Show code cell at point in shared-output buffer.
  371. It is useful when the output of the cell at point is truncated.
  372. See also `ein:cell-max-num-outputs'." t nil)
  373. (autoload 'ein:shared-output-eval-string "ein-shared-output" "\
  374. Evaluate a piece of code. Prompt will appear asking the code to run.
  375. This is handy when you want to execute something quickly without
  376. making a cell. If the code outputs something, it will go to the
  377. shared output buffer. You can open the buffer by the command
  378. `ein:shared-output-pop-to-buffer'.
  379. .. ARGS is passed to `ein:kernel-execute'. Unlike `ein:kernel-execute',
  380. `:silent' is `nil' by default.
  381. \(fn KERNEL CODE POPUP &rest ARGS)" t nil)
  382. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-shared-output" '("*ein:shared-output*" "ein:")))
  383. ;;;***
  384. ;;;### (autoloads nil "ein-skewer" "ein-skewer.el" (0 0 0 0))
  385. ;;; Generated autoloads from ein-skewer.el
  386. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-skewer" '("*ein:skewer-" "current-jupyter-cell-output" "ein:")))
  387. ;;;***
  388. ;;;### (autoloads nil "ein-smartrep" "ein-smartrep.el" (0 0 0 0))
  389. ;;; Generated autoloads from ein-smartrep.el
  390. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-smartrep" '("ein:smartrep-notebook-mode-alist")))
  391. ;;;***
  392. ;;;### (autoloads nil "ein-subpackages" "ein-subpackages.el" (0 0
  393. ;;;;;; 0 0))
  394. ;;; Generated autoloads from ein-subpackages.el
  395. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-subpackages" '("ein:completion-backend")))
  396. ;;;***
  397. ;;;### (autoloads nil "ein-timestamp" "ein-timestamp.el" (0 0 0 0))
  398. ;;; Generated autoloads from ein-timestamp.el
  399. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-timestamp" '("ein:timestamp-")))
  400. ;;;***
  401. ;;;### (autoloads nil "ein-traceback" "ein-traceback.el" (0 0 0 0))
  402. ;;; Generated autoloads from ein-traceback.el
  403. (autoload 'ein:tb-show "ein-traceback" "\
  404. Show full traceback in traceback viewer." t nil)
  405. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-traceback" '("ein:t")))
  406. ;;;***
  407. ;;;### (autoloads nil "ein-utils" "ein-utils.el" (0 0 0 0))
  408. ;;; Generated autoloads from ein-utils.el
  409. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-utils" '("ein:")))
  410. ;;;***
  411. ;;;### (autoloads nil "ein-websocket" "ein-websocket.el" (0 0 0 0))
  412. ;;; Generated autoloads from ein-websocket.el
  413. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-websocket" '("ein:" "fix-request-netscape-cookie-parse")))
  414. ;;;***
  415. ;;;### (autoloads nil "ein-worksheet" "ein-worksheet.el" (0 0 0 0))
  416. ;;; Generated autoloads from ein-worksheet.el
  417. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ein-worksheet" '("ein:" "hof-add")))
  418. ;;;***
  419. ;;;### (autoloads nil "ob-ein" "ob-ein.el" (0 0 0 0))
  420. ;;; Generated autoloads from ob-ein.el
  421. (if (featurep 'org) (let* ((orig (get 'org-babel-load-languages 'custom-type)) (orig-cdr (cdr orig)) (choices (plist-get orig-cdr :key-type))) (push '(const :tag "Ein" ein) (nthcdr 1 choices)) (put 'org-babel-load-languages 'custom-type (cons (car orig) (plist-put orig-cdr :key-type choices)))))
  422. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ob-ein" '("*ob-ein-sentinel*" "ob-ein-" "org-babel-edit-prep:ein")))
  423. ;;;***
  424. ;;;### (autoloads nil "poly-ein" "poly-ein.el" (0 0 0 0))
  425. ;;; Generated autoloads from poly-ein.el
  426. (autoload 'poly-ein-mode "poly-ein")
  427. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "poly-ein" '("ein:polymode" "pm-" "poly-ein-")))
  428. ;;;***
  429. ;;;### (autoloads nil nil ("ein-hy.el" "ein-pkg.el" "ein.el") (0
  430. ;;;;;; 0 0 0))
  431. ;;;***
  432. ;; Local Variables:
  433. ;; version-control: never
  434. ;; no-byte-compile: t
  435. ;; no-update-autoloads: t
  436. ;; coding: utf-8
  437. ;; End:
  438. ;;; ein-autoloads.el ends here