Nteract and Unicode characters

Hi, I recently found https://nteract.io/ and is playing with it now. I liked the idea.
But I’m not able to insert unicode characters like \epsilon, \mu etc into it.
Is this not supported or am I missing something?

Apparently, tab doesn’t trigger completion in nteract (it only for indenting). To do the equivalent of tab completion, you type ctrl-space (see e.g. https://github.com/nteract/nteract/issues/1322).

(Since nteract then sends completion requests to the kernel, in this case IJulia, latex completions like \epsilon should then work identically to the REPL.)

Yeah… Thanks Ctrl+Space is some what working
I have to do ‘\epsi’ > Ctrl+Space >‘\epsilon’ > Ctrl+Space > ‘ϵ’. Its a little bit annoying to use ‘Ctrl+Space’ twice!! :confused:

@v-i-s-h what ire the advantages compared for Jupyter?

They are aiming to unhook Jupyter from browser and make it available as a desk top app. But it’s still in alpha and so many things are misssing. So if you are coming from Jupyter, you may miss some good things at this point of time.
One of the main things I liked is now I can just click on my ‘ipynb’ notebooks and nteract will automatically open. This is so easy than starting a notebook server and then browsing to the desired location.
Overall I feel it is a promising project, but don’t use the current version for serious work. You may get lost in its bugs.

I don’t think Desktop apps have a great future? :thinking:

If you are interested in an improvement over Jupyter, try JupyterLab: