Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use jupyter notebook on sublime text?

Tags:

So there are some plugins packages for Sublime, which lets you use jupyter notebook in sublime.

I went through their instructions but was unable to find any step-by-step instructions on how to get it work.

Like Helium (previously Hermes)

It's readme guides to use different functions, but where should I run those code? And which package to import first.

Please help me resolve this.

like image 584
Mohit Avatar asked Sep 18 '17 09:09

Mohit


People also ask

Can you run Jupyter Notebook in Sublime text?

So there are some plugins packages for Sublime, which lets you use jupyter notebook in sublime.

Can I use Jupyter Notebook as IDE?

IDE's & Jupyter NotebookJupyter Notebook is an IDE for Python that allows its users to create documents containing both rich text and code. It also supports the programming languages Julia, and R.


1 Answers

I've started to work with the same problem. The commands you are referring can be accessed in the command palette, which can be opened by ctrl+shift+p. In this command palette you can easily type in "Hermes: connect server", but the autocomplete function should help you anyway. ;)

like image 170
Ofi91 Avatar answered Oct 04 '22 19:10

Ofi91