First time here? Check out the FAQ!

Ask Your Question
1

jupyter interface vs. sagenb

asked 7 years ago

smbelcas gravatar image

updated 7 years ago

I'm converting to jupyter from sagenb, and am having trouble finding equivalent interface shortcuts for a couple of features. (a) In sagenb, to get a new cell I can hit a +/wordballoon icon. In jupyter, do I have to go through the pulldown menu or is there some way to get a new cell by mousing inside the notebook? (b) In sagenb, there is a wysiwyg interface for the explanatory-text cells. In jupyter, I'm not finding one; I seem to have to code everything manually in markdown.

Am I missing something, or are those time-saving features gone?

Also: One feature I wanted that was not present in sagenb was the ability to delete output cells. (This is so I can make a lab notebook for a class without having to make a test copy and then copy/paste all the input cells to a fresh notebook.) Is that possible somehow in jupyter? I see that I can hide output cells, but it's not exactly the same.

Preview: (hide)

Comments

Agreed that some of these things should be in Jupyter - and aren't.

kcrisman gravatar imagekcrisman ( 7 years ago )

1 Answer

Sort by » oldest newest most voted
2

answered 7 years ago

eric_g gravatar image

In Jupyter, the keyboard shortcut to create a new cell is Esc (to enable the command mode) and then

  • A for a new cell above the current one
  • B for a new cell below the current one

To get the list of all shortcuts, click on Help --> Keyboard Shortcuts in the menu bar.

Regarding the text cells, there is indeed no wysiwyg interface and you have to use markdown (or html code). Note that markdown is very easy to learn. Moreover you can use LaTeX for formulas.

To delete output cells, use Cell --> All Output --> Clear from the menu bar.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 7 years ago

Seen: 616 times

Last updated: Aug 29 '17