Matthias Geier
60f1aa14ea
Re-order installation instructions
2016-03-15 15:28:08 +01:00
Matthias Geier
daedb4da79
Add more information about building the docs
2016-03-15 15:15:33 +01:00
Matthias Geier
8ae254de85
Some improvements suggested by @willingc
...
See #1208 .
2016-03-15 14:32:49 +01:00
Steven Silvester
f1d217fd92
Bump js-plugins dependency to fix scrolling
2016-03-15 08:13:45 -05:00
Carol Willing
915920ac72
Fix typo found by @minrk
2016-03-15 05:02:44 -07:00
Min RK
3feea61802
Merge pull request #775 from maartenbreddels/master
...
new feature: NotebookApp.password_required forces user to have a password
2016-03-15 09:50:51 +01:00
Jonathan Frederic
4db4691563
Merge pull request #14 from willingc/update-nb
...
Update nbextensions notebook from @nbollweg
2016-03-14 15:04:39 -07:00
Carol Willing
33a58c8bcb
Fix @nbollweg comments
2016-03-14 13:28:34 -07:00
Carol Willing
8b202574ef
Edit documentation notebook
2016-03-14 13:28:19 -07:00
Matthias Geier
ac89707ecc
DOC: Trying to make a single place for contributor docs
...
See #1193 .
2016-03-14 20:21:27 +01:00
Jonathan Frederic
64c0e42a0a
Merge pull request #13 from malev/fix-symlink
...
Normalize path to fix symlink creation
2016-03-14 10:46:03 -07:00
Maarten A. Breddels
5a3272f771
fixed a typo, and corrected the help text
2016-03-14 14:10:55 +01:00
Min RK
6cb736afd7
Merge pull request #1201 from blink1073/functional-lab-notebook
...
Make JupyterLab notebook functional and add mathjax support
2016-03-12 20:12:14 +01:00
Steven Silvester
4a48cad90a
Make notebook functional and add mathjax
2016-03-12 09:22:28 -06:00
Marcos Vanetta
6f72d619e0
Normalize path to fix symlink creation
2016-03-11 14:32:58 -07:00
Matthias Bussonnier
dcd9027af2
Merge pull request #1180 from takluyver/new-notebook-menu-header
...
Clarify notebook heading in new menu
2016-03-10 14:44:57 -08:00
Jonathan Frederic
053c83cce1
Merge pull request #12 from bollwyvl/nbext-pain-ipynb-doc
...
Initial crack at documentation for new-wave extension stuff
2016-03-10 11:12:09 -08:00
Nicholas Bollweg
d54ed564af
initial crack at documentation for new-wave extension stuff
2016-03-10 13:44:50 -05:00
Jonathan Frederic
e48015e08f
Merge pull request #11 from bollwyvl/nbext-pain-validation
...
More docstrings!
2016-03-10 09:34:42 -08:00
Nicholas Bollweg
a17b7021ab
docstrings for everyone 🎉
2016-03-10 12:04:24 -05:00
Nicholas Bollweg
e39a702654
documenting public members of nbextension
2016-03-10 11:21:32 -05:00
Jonathan Frederic
16b52485dc
Merge pull request #10 from bollwyvl/nbext-pain-validation
...
Post-flight validation for *extension enable/list
2016-03-10 08:07:47 -08:00
Nicholas Bollweg
77725985c1
adding test for non-python nbextension
2016-03-10 10:30:28 -05:00
Nicholas Bollweg
fe9c33dec0
add rudimentary documentation of server spec (in private function, bah)
2016-03-10 10:27:04 -05:00
Nicholas Bollweg
7859e9d7e7
adding more tests for validation, cleaning up validation return values
2016-03-10 09:01:55 -05:00
Nicholas Bollweg
9bef5c1fea
serverextension docstrings
2016-03-10 08:03:17 -05:00
Nicholas Bollweg
f3074fde93
logging, removing redundant implementations
2016-03-09 17:15:38 -05:00
Nicholas Bollweg
071e92689e
adding initial post-install validation
2016-03-09 07:20:37 -05:00
Min RK
a6b8da4019
Merge pull request #1187 from minrk/encode-url-terminal
...
add missing url-encoding of base_url in terminal/edit templates
2016-03-09 11:41:40 +01:00
Min RK
8c038e3ddb
add missing url-encoding of base_url in terminal/edit templates
...
This was fixed in the notebook and tree views,
but overlooked in edit, terminal
2016-03-08 20:58:06 +01:00
Min RK
3f83ff525b
Merge pull request #506 from minrk/limit-output
...
limit merging of stream output
2016-03-08 11:34:08 +01:00
Min RK
233f04428d
Merge pull request #621 from julienr/inline_images
...
Implement markdown cell attachments. Allow drag’n’drop of images into…
2016-03-08 11:33:56 +01:00
Jonathan Frederic
35f888948f
s/require/module for serverextension cc @minrk
2016-03-07 10:13:02 -08:00
Jonathan Frederic
540a143c86
Grammar cc @bollwyvl
2016-03-07 10:12:45 -08:00
Jonathan Frederic
5b6eb13d3b
Merge pull request #9 from bollwyvl/nbext-pain-ceci-nest-pas-une-nbextension
...
cleaning up references to nbextensions in serverextensions
2016-03-07 09:53:39 -08:00
Nicholas Bollweg
2b43653ac3
actually, should be public
2016-03-07 12:44:00 -05:00
Jonathan Frederic
2fc9dbef5a
Merge pull request #8 from bollwyvl/nbext-pain-logger-args
...
fixing log output... could be more verbose
2016-03-07 09:41:56 -08:00
Nicholas Bollweg
ce4e3fc189
cleaning up references to nbextensions in serverextensions
2016-03-07 12:39:24 -05:00
Thomas Kluyver
c424d61558
Adjust text of notebook heading in new menu
...
Closes jupyter/jupyter#97
2016-03-07 16:42:25 +00:00
Thomas Kluyver
291e0c101e
Adjust styling of dropdown header in new menu
2016-03-07 16:41:01 +00:00
Nicholas Bollweg
2d30b4d70a
fixing log output... could be more verbose
2016-03-07 11:03:53 -05:00
Maarten A. Breddels
b9d106a808
implemented changes as discussed at PR 775, password generation moved to module
2016-03-07 14:13:07 +01:00
Maarten A. Breddels
dc311c51a8
new feature: NotebookApp.password_required, when enabled will only run with a password present. If not present, will ask the user for it. This is useful in a multi user environment, for instance when everybody in the LAN can access each other's machine though ssh.
2016-03-07 14:11:41 +01:00
Matthias Bussonnier
d3ff8d69de
Merge pull request #1172 from jakirkham/minor_docker_opts
...
Dockerfile: Add missing `--no-cache-dir` option.
2016-03-04 12:13:07 -08:00
John Kirkham
fe16877ecd
Dockerfile: Add missing --no-cache-dir
option.
2016-03-04 12:45:44 -05:00
Thomas Kluyver
2018e800dc
Merge pull request #1168 from minrk/allow-root-notebook-dir
...
allow notebook-dir to be root
2016-03-04 11:50:45 +00:00
Min RK
d618b4f21f
allow notebook-dir to be root
...
we were stripping `/`, which is fine except when that's the whole string,
which we were then interpreting as `''`, which gives the CWD.
This is a regression in 4.1
2016-03-04 10:54:27 +01:00
Matthias Bussonnier
4418f36a7c
Merge pull request #1165 from blink1073/lab-about-page
...
Add about page
2016-03-03 11:43:27 -08:00
Steven Silvester
5380d8bc05
Add about page
2016-03-03 12:28:45 -06:00
Jonathan Frederic
295e0a5aed
Use enabled/disabled
2016-03-01 10:02:37 -08:00