You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# 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.
3
3
4
4
## Disclaimer
5
5
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
17
17
- ctrl+m, y - code cell
18
18
- ctrl+m, m - markdown cell
19
19
- 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)
21
21
22
22
## Notes
23
23
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.
24
24
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.
25
25
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