summaryrefslogtreecommitdiffstats
path: root/2022/talks/jupyter.md
diff options
context:
space:
mode:
authorBlaine Mooers <bmooers1@gmail.com>2022-12-12 16:57:18 -0600
committerBlaine Mooers <bmooers1@gmail.com>2022-12-12 16:57:18 -0600
commit4a5a14300320fecda687e1b1e1f3382d301a4508 (patch)
tree73005c13a36d179ba8ad6f2a186374b9a460e0cb /2022/talks/jupyter.md
parent6a208da598807a32a121ac19ff27b419a2f34881 (diff)
downloademacsconf-wiki-4a5a14300320fecda687e1b1e1f3382d301a4508.tar.xz
emacsconf-wiki-4a5a14300320fecda687e1b1e1f3382d301a4508.zip
Answered the unanswered questions on the Etherpad.
Diffstat (limited to '2022/talks/jupyter.md')
-rw-r--r--2022/talks/jupyter.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/2022/talks/jupyter.md b/2022/talks/jupyter.md
index 9260d7f4..1a9304a9 100644
--- a/2022/talks/jupyter.md
+++ b/2022/talks/jupyter.md
@@ -63,7 +63,7 @@ I will provide links to collections of snippets I found handy daily usage of 750
- Q: Kind of a silly question but I'm curious... Do you have a
favourite color theme?
- - A:
+ - A: I like several themes and use different ones in different Emacs profiles to distinguish their windows if two are more are open at once. I use the leuven theme in my default config file. It resembles the ef-light theme in the ef-theme. package by Protesilaos Stavrou. I use the ef-spring theme in my latex-emacs config; it has mint green background color.
- Q: Really interesting to discover GhostText thanks. I use ein (Emacs
Ipython Notebooks
<https://github.com/millejoh/emacs-ipython-notebook>) for running
@@ -71,22 +71,28 @@ I will provide links to collections of snippets I found handy daily usage of 750
GhostText with non-local notebooks/websites but is there anything
that GhostText provides over EIN when interacting with locally
running Jupyter Notebooks?
- - A:
+ - A: Good question. I have used the juptyer package in org files, but I do not have much experience with EIN.
+ EIN has a long list of commands specific to editing Jupyter Notebooks.
+ I expect that EIN provides the more powerful approach after making the investment in learning the new keybindings.
+ GhostText was not designed specifically to edit Jupyter cells.
- Q: To your knowledge are recent/coming security changes in Chrome
going to impact the browswer exstention?   Thanks !
- - A:
+ - A: I do not know the answer.
+ If the secuirty changes inhibits GhostText, it should continue to work in the FireFox family of browsers and Safari.
- Q:Is this browser-agnostic, or do you have to use Chrome? (answered
in talk 15:58)
- A: Works on different browsers
- Q: You mentioned a couple other solutions to allow emacs editing of
text areas.  Pointers?
- - A: 
+ - Two options: (1) A: Emacs Everywhere (https://github.com/tecosaur/emacs-everywhere); however, it requires uses emacs-client.
+ (2) The above-mentioned atomic-chrome package can use the browser extension for chrome called "atomic-chrome" in place of GhostText.
+ It is called "atomic" because the extension was orginally designed to work with the text editor Atom. However, I cannot find this extension.
- Q: Why not save text from emacs?
- - A: 
+ - A: The text in the file will get out of synch with the text in the Emacs buffer and the browser. This can lead to loss of all of the text. Maybe you can set up continuous saving of the text to the file from Emacs.
- Q: What was the key binding for Linux/Firefox?
- A: Ctrl+Shift+h
- Q: how long have you been in Emacs?
- - A: 18 months ago full-time
+ - A: 18 months ago I made the commitment to adopt GNU Emacs as my main text editor. I had several false starts earlier. I was too impatient to master one of the starter kits.
[[!inline pages="internal(2022/info/jupyter-after)" raw="yes"]]