Commit Graph

8175 Commits

Author SHA1 Message Date
Brian E. Granger
8e901e8d0d Using jupyter-notebook for command prefix. 2015-10-19 15:51:14 -04:00
Brian E. Granger
a5e9d96089 Small renaming fixes. 2015-10-19 15:43:25 -04:00
Brian E. Granger
a3de1c7608 Fixing misnaming of things. 2015-10-19 15:31:10 -04:00
Brian E. Granger
1de36134df Renaming merge cell action. 2015-10-19 14:42:54 -04:00
Brian E. Granger
4c22335bb0 Rebasing and cleaning up marked cell actions. 2015-10-19 14:34:00 -04:00
Brian E. Granger
c7d3728b6e Renaming jupyter-notebook -> jp-notebook 2015-10-19 14:29:48 -04:00
Brian E. Granger
33bcdf907d Fixing tests and example notebook 2015-10-19 14:29:48 -04:00
Brian E. Granger
00e0091e52 Adding description of how these names are picked. 2015-10-19 14:29:48 -04:00
Brian E. Granger
7df94eb001 Renaming commands 2015-10-19 14:29:48 -04:00
Brian E. Granger
5deceb4a8b Merge pull request #620 from ellisonbg/marked-fix
The directionality of the marked keyboard shortcuts was swapped...
2015-10-19 13:57:34 -04:00
Brian E. Granger
3f95304092 Merge pull request #619 from jdfreder/savenotebook
notebook.save_notebook should ALWAYS return a Promise of some sort.
2015-10-19 13:28:06 -04:00
Brian E. Granger
5a9305cf20 Mixed up mark above and below... 2015-10-19 13:23:12 -04:00
Jonathan Frederic
22758b2bd1 Merge pull request #616 from thachmai/master
Fix #581 by moving the double-click selection focus into MarkdownCell.
2015-10-19 09:19:08 -07:00
Jonathan Frederic
38502ed513 notebook.save_notebook should ALWAYS return a Promise of some sort. 2015-10-19 09:11:50 -07:00
Thach MAI
2af468fdc2 Fix #581 by moving the double-click selection focus into MarkdownCell. 2015-10-17 03:27:07 +02:00
Matthias Bussonnier
34ac57cf87 Merge pull request #612 from jdfreder/markallthethings
Replace multi-select logic with marks
2015-10-16 11:51:03 -07:00
Jonathan Frederic
c333778a87 Use offset param instead of direction 2015-10-16 10:24:16 -07:00
Jonathan Frederic
c14302e547 Fix some small bugs 2015-10-15 10:05:37 -07:00
Jonathan Frederic
75a3052c07 Implement extend marked 2015-10-15 09:52:41 -07:00
Jonathan Frederic
d797b8e47c Use marks 2015-10-15 09:45:49 -07:00
Brian E. Granger
ed50d26560 Merge pull request #597 from jdfreder/mark
Add the ability to mark cells.
2015-10-15 11:06:12 -04:00
Min RK
4c5bb7447c Merge pull request #609 from darabos/patch-1
Fix typo in documentation ("wiget")
2015-10-15 15:43:54 +02:00
Daniel Darabos
1d1838284a Fix typo in the RST version too. 2015-10-15 14:27:52 +02:00
Daniel Darabos
1b51230e8b Fix typo in What is the Jupyter Notebook. 2015-10-15 14:26:10 +02:00
Min RK
ee2addb7fc note changes in 4.0.6 2015-10-15 09:45:22 +02:00
Jonathan Frederic
f86888bfc1 Dummy commit 2015-10-14 12:19:56 -07:00
Matthias Bussonnier
d375942590 Merge pull request #596 from minrk/websocket-mixin
move common websocket methods to WebSocketMixin
2015-10-14 11:30:38 -07:00
Matthias Bussonnier
47a51b7fd9 Merge pull request #527 from minrk/demote-cell-toolbar
Move cell toolbar selection to View menu
2015-10-13 16:24:39 -07:00
Jonathan Frederic
518e580af6 Add some functions, remove some functions, and change the colors 2015-10-13 11:52:10 -07:00
Jonathan Frederic
0c2cc3e695 Address @ellisonbg's comments 2015-10-12 15:02:19 -07:00
Brian E. Granger
c7dd03308f Merge pull request #556 from jdfreder/ipython8853
Force the Firefox to recalculate pager content size.
2015-10-12 17:59:46 -04:00
Jonathan Frederic
531b6650ca Merge pull request #524 from minrk/ssl-ca
Support TLS Client Authentication
2015-10-12 14:20:49 -07:00
Jonathan Frederic
e9406edc2d Merge pull request #550 from minrk/shell-only-windows
fix subcommand quoting on Windows in setup.py
2015-10-12 14:17:38 -07:00
Jonathan Frederic
d934ac114c Change hotkeys 2015-10-12 13:18:40 -07:00
Jonathan Frederic
64c93843a8 Add the ability to mark cells. 2015-10-12 12:13:09 -07:00
Min RK
ff1bf59689 Merge pull request #576 from jakirkham/docker_add_ip_profile
Specify ip via config file instead of command-line
2015-10-12 15:55:41 +02:00
John Kirkham
4157b176e4 Dockerfile: Add a basic jupyter notebook profile. Allow for IPs from anywhere to connect by adding this into the the jupyter notebook profile. 2015-10-12 09:18:39 -04:00
Min RK
2ab4fb6384 Merge pull request #585 from jakirkham/docker_drop_extra_install
Dockerfile: Extra install line
2015-10-12 15:16:42 +02:00
Min RK
c2c39a7c9d move common websocket methods to WebSocketMixin
- origin check
- ws ping

used by both kernels and terminals
2015-10-12 14:46:07 +02:00
John Kirkham
b0659de0da Dockerfile: Extra unneeded install line. 2015-10-12 07:20:00 -04:00
Min RK
afdbf3942c Merge pull request #592 from captainsafia/fix-tooltip
Fixed title tooltip in notebook template
2015-10-12 10:36:33 +02:00
Min RK
2e430b1265 Merge pull request #588 from jakirkham/docker_fix_pip_insecure
Resolve some `InsecurePlatformWarning` when installing with `pip`
2015-10-12 10:18:12 +02:00
Safia Abdalla
01498d1dfd Fixed indentation 2015-10-11 18:30:08 -05:00
Safia Abdalla
dcd6bb470a Fixed title tooltip in notebook template 2015-10-11 18:29:01 -05:00
John Kirkham
587d72fa02 Dockerfile: Install requests with the security feature and needed dependencies. This should resolve the SSL InsecurePlatformWarning that is issued during the build. However, this won't resolve the issue when installing pip. 2015-10-11 12:18:00 -04:00
Min RK
f9bb2a2926 Merge pull request #584 from jakirkham/add_python3
Docker: Add `python3` to `apt-get` installed dependencies
2015-10-11 11:23:28 +02:00
Min RK
7710355f3c Merge pull request #583 from jakirkham/docker_fix_typo
Dockerfile: Fix a typo in a comment
2015-10-11 11:22:29 +02:00
John Kirkham
ea73856adc Dockerfile: Add python3 explicitly to the dependencies installed by apt-get in the beginning. 2015-10-10 16:14:07 -04:00
John Kirkham
7c1a307452 Dockerfile: Fix a typo. [ci skip] 2015-10-10 16:12:36 -04:00
Jonathan Frederic
e069fad494 Merge pull request #568 from jdfreder/sanemultiselect
Add shift-up/down as multiselect kb shortcuts
2015-10-10 12:33:31 -07:00