Jonathan Frederic
8d511b2ff5
Finished moving code into final(?) resting modules
12 years ago
Jonathan Frederic
9bfe5fc06c
Use ipython namepsace for instances.
12 years ago
Jonathan Frederic
fb32b6561f
Start of work to make notebook.html requirejs friendly.
12 years ago
Jonathan Frederic
629204a2bb
Fixed global IPython namespace.
12 years ago
Jonathan Frederic
b1c8d2662c
Finished making tree.html requirejs friendly
12 years ago
Jonathan Frederic
9f4a03ce79
Started work to make tree requirejs friendly.
12 years ago
Jonathan Frederic
855815d207
Make page.html require.js friendly.
12 years ago
Min RK
3e3be268f9
Merge pull request #5963 from jdfreder/viewids
...
Allow widgets to display more than once within container widgets.
12 years ago
MinRK
55f455ab55
only set allow_origin_pat if defined
...
fixes the default behavior to be as intended (require Origin == Host)
12 years ago
Jonathan Frederic
1a30a12302
Ahhh bug fix!
12 years ago
Jonathan Frederic
df47869fb0
Move displayed event to view.
12 years ago
Jonathan Frederic
fa39d91446
Review comments
12 years ago
Jonathan Frederic
988fd1b5f9
Reverted strange change that I don't remember making to update method.
12 years ago
Jonathan Frederic
3a9d888f02
Removed respect_order and finally removed the children dict of the containerview
12 years ago
Jonathan Frederic
f51903ca03
Bug fixes
12 years ago
Jonathan Frederic
f1269d3de3
Add order respecting method
12 years ago
Jonathan Frederic
636362787b
Fixed buggy behavior
12 years ago
Jonathan Frederic
14ff754cdf
Allow a widget to be displayed more than once within a parent widget.
12 years ago
Min RK
7af9f5f1f8
Merge pull request #6061 from minrk/cors
...
make CORS configurable
12 years ago
MinRK
0d9ba93307
persist notebook server cookie secret in security dir
...
prevents loss of login after relaunching the notebook server
closes #6075
12 years ago
MinRK
1edc97e34a
s/cors_/allow_/
...
add notes about Tornado 4, and comments, updates per review
12 years ago
Jonathan Frederic
336a49eb18
Merge pull request #5995 from Carreau/clean-backward-compat
...
remove backward compat `container` in output area as planed.
12 years ago
Matthias BUSSONNIER
db5b58360e
remove backward compat `container` in output area as planed.
12 years ago
MinRK
2460879e81
Remove a sleep no longer needed with the current base zmq version
12 years ago
MinRK
acf0da01d9
make CORS configurable
...
allows setting CORS headers.
- cors_origin sets Access-Control-Allow-Origin directly
- cors_origin_pat allows setting Access-Control-Allow-Origin via regular expression, since the header spec itself doesn’t support complex access[1]
- cors_credentials sets Access-Control-Allow-Credentials: true
To allow CORS from everywhere:
ipython notebook —NotebookApp.cors_origin='*'
12 years ago
MinRK
78a8cb877f
remove KernelApp.parent_appname
...
This allowed the Kernel to load config from ipython_qtconsole_config.py
or ipython_notebook_config.py, depending on the parent that started the kernel.
This is of limited usefulness, and can add weird, unexpected side effects.
12 years ago
Min RK
9f1dc1b99f
Merge pull request #5803 from Carreau/ulh
...
unify visual line handling
12 years ago
Min RK
3fd6d371d7
Merge pull request #6015 from jcjaskula/dashboardExtensions
...
Creating an entry point for notebook manager extensions
12 years ago
Thomas Kluyver
85733cafa1
Merge pull request #6046 from minrk/raw-input-invalid
...
fix stream output created by raw_input
12 years ago
MinRK
ad4cb2c35a
fix stream output created by raw_input
...
was using incorrect 'name', when it should have been 'stream',
creating invalid content in notebook documents.
12 years ago
MinRK
de0a7d7850
use utils.log.get_logger where appropriate
12 years ago
MinRK
e64f689374
don’t import IPython.parallel until it’s used
...
in IPython.html.notebookapp
12 years ago
Jean-Christophe Jaskula
9c2c680e8f
Creating an entry point for notebook manager extensions
...
- Firing app_initialized.DashboardApp event when loaded the notebook manager
- Updating tree.html template to load nbextensions through custom.js
12 years ago
Min RK
c9961b44b6
Merge pull request #6000 from AlbertHilb/FloatWidgetValueFix
...
Validate initial value of "_BoundedFloatWidget".
12 years ago
Thomas Kluyver
3b92c7c24f
Merge pull request #6011 from minrk/no-jsonapi
...
only use zmq.jsonapi when talking to zmq sockets
12 years ago
Min RK
99f52dee68
Merge pull request #5827 from takluyver/kernelspec-rest-api
...
Kernel specs REST API
12 years ago
MinRK
44d2a5b62a
only use zmq.jsonapi when talking to zmq sockets
...
use stdlib json otherwise
12 years ago
Thomas Kluyver
ebf0ea32ef
Use stdlib json, not zmq jsonapi
12 years ago
Steven Anton
f937045395
Set kernel_id before checking websocket
...
If websocket attempt fails and cross origin attempt is detected, a HTTPError(404) error is raised. However, in the process of closing connections because of this 404 error, an unhandled Attribute exception (kernel_id not an attribute) is raised. Setting the kernel_id first avoids this.
12 years ago
Raffaele De Feo
694f33e2ba
Validate initial value of "_BoundedFloatWidget".
12 years ago
Thomas Kluyver
85ce34bc66
Kernel resource handlers now require authenticated user
12 years ago
Matthias BUSSONNIER
7128ff5148
add instruction to pin lessc
12 years ago
Matthias BUSSONNIER
fd4dd9246e
inherit style instead of duplicating it
12 years ago
Jonathan Frederic
63f136af2b
Fixed test to reflect new Bootstrap3 toggle button behavior.
12 years ago
Jonathan Frederic
22812d36b3
Use waits instead of sleeps.
12 years ago
Jonathan Frederic
5acb525c43
Wait for keyboard help fadein and fadeout.
12 years ago
Brian E. Granger
eab07229ef
Merge pull request #5617 from jdfreder/bootstrap3
...
Migrate from Bootstrap 2 to Bootstrap 3
12 years ago
Jonathan Frederic
dba9a04f27
Removed block commented tour step (never worked anyways)
12 years ago
Jonathan Frederic
e31fa6cf2c
Fix bootstrap tour
12 years ago
Jonathan Frederic
99b1747c60
Bootstrap Tour related fixes
12 years ago