Skip to content

Commit 137e6c4

Browse files
committed
update readme
1 parent 092da06 commit 137e6c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sublime IPython Notebook
2-
This is a Sublime Text 3/2 plugin that emulates IPython notebook interface inside Sublime.
2+
This is a Sublime Text 3 plugin that emulates IPython notebook interface inside Sublime.
33

44
## Disclaimer
55
While the plugin looks stable so far and I am trying to preserve as much of the notebook data as possible, there are no guarantees that you data will be safe. Do not use it for the notebooks that contain valuable data without doing a backup.
@@ -17,9 +17,10 @@ While the plugin looks stable so far and I am trying to preserve as much of the
1717
- ctrl+m, y - code cell
1818
- ctrl+m, m - markdown cell
1919
- ctrl+m, t - raw cell
20-
- ctrl+m, s - save notebook
20+
- ctrl+m, s - save notebook (ctrl+s and super+s will work too)
2121

2222
## Notes
2323
1. You can use %pylab inline. You will not be able to see the plots, but they will be saved in the notebook and available when viewing it through the web interface.
2424
2. I am using websocket-client library from https://github.com/liris/websocket-client and (slightly patched) subset of the IPython. You do not have to install them separately.
2525
3. ST3 port was contributed by [chirswl](https://github.com/chriswl)
26+
4. Dark theme, support for password-protected servers and nicer last-used-server picker was contributed by [z-m-k](https://github.com/z-m-k)

0 commit comments

Comments
 (0)