Jonathan Frederic
40a923c5b6
Lots of updates to widget(s) js
...
Use require.js (again)
Allow IntTextView and FloatTextView to be used without min/max
12 years ago
Jonathan Frederic
990303f3eb
Removed require.js scheme since it forces async event driven model,
...
this model does not work with the comm/widget communication model.
We need to be able to load the dependencies before we send the
show() message to the widget manager. Otherwise a race condition
will exist where the widget manager may recieve the show message
before the dependencies have been loaded (happened almost every time).
12 years ago
Jonathan Frederic
c9d604d54e
Use require.js where possible.
12 years ago
Jonathan Frederic
e3d6467809
Don't try to load widget.js automatically since it was moved
...
load using init_widget_js
12 years ago
Jonathan Frederic
a1f6d0fe02
Added dependencies to page.html template and added widget.js to notebook.html
12 years ago
MinRK
063bfa9688
we don't bundle lessc anymore, remove its vestiges
12 years ago
Brian E. Granger
d8db72564a
Merge pull request #3605 from ellisonbg/newux
...
Modal UI - a whole new world of fun....its like vim, but not!
12 years ago
Thomas Kluyver
c0f346c4e3
Merge pull request #4735 from minrk/better-errors
...
add some HTML error pages
12 years ago
Brian E. Granger
201217d847
Renaming execute methods.
12 years ago
MinRK
5c9dfd9b58
remove unnecessary conversion of newline to br tag
...
relic from when I was using div, not pre
12 years ago
Brian E. Granger
caffba142e
Adding keyboard manager logic.
...
This is currently very broken.
12 years ago
Min RK
96c1af0ce4
Merge pull request #4715 from minrk/tornado-static-url
...
restore use of tornado static_url in templates
12 years ago
MinRK
84df1a5e26
add error page templates
12 years ago
MinRK
15780ad055
restore use of tornado static_url
...
instead of jinja macro that doesn't write hashes
closes #4714
12 years ago
Thomas Kluyver
390b13a82c
Add option to download as reST
12 years ago
Thomas Kluyver
a3c2f1b5f9
Add menu entries for getting converted views of a notebook
12 years ago
Matthias Bussonnier
4039e246fc
Merge pull request #4306 from minrk/raw-cell-metadata
...
add raw_mimetype metadata to raw cells
12 years ago
damianavila
012d8b207e
Added link to shorcuts in the notebook menu.
12 years ago
MinRK
d087a213b3
add raw cell toolbar preset
12 years ago
MinRK
66fe540412
rename Raw Text to Raw NBConvert in menu
12 years ago
Paul Ivanov
4ffe489e72
Merge pull request #4415 from ivanov/more-tooltips
...
More tooltips in the Notebook menu
12 years ago
MinRK
f8ddcffacb
allow `require("nbextensions/extname")` to load from IPYTHONDIR/nbextensions
12 years ago
MinRK
5c83cd3e52
move comm.js to kernel service
12 years ago
MinRK
99680e21bd
move comm.js to base
12 years ago
MinRK
3665cc241f
rename widget to comm
12 years ago
MinRK
6643cffa23
add javascript-side widgets
12 years ago
Paul Ivanov
8fb1d7391c
added some tooltips for the File menu
12 years ago
Paul Ivanov
474bd780ce
tooltips for View and Insert menus
12 years ago
Paul Ivanov
0f9a478abd
Kernel and Help menu tooltips
12 years ago
Paul Ivanov
69d06c02d7
add more tooltips for Cell menu
12 years ago
Paul Ivanov
bd22e4ae90
added descriptions which were deleted from JS
12 years ago
MinRK
4a12890d65
disable download-as-pt
...
since it doesn't work. Adds a note about nbconvert needed to bring it back.
12 years ago
MinRK
e16a5807c7
fixup bad rebase
12 years ago
MinRK
141d088a51
logo link to current tree level
...
rather than top level
12 years ago
MinRK
dd93a2211a
add utils.js to tree template
12 years ago
MinRK
c79dcc8e73
quote data attributes
...
prevents errors when these are empty strings
12 years ago
MinRK
14fd50f80b
Simplify Tree handlers
...
- 404 on missing path
- only need one handler for each of redirect and dashboard,
don't need duplicates.
- project property on Handlers is unclear
12 years ago
Zachary Sailer
d16fe2f826
manual rebase html notebook templates
12 years ago
MinRK
4a04553acd
add Edit Notebook Metadata to Edit menu
12 years ago
Paul Ivanov
2778e98945
DOC: fix links to matplotlib, notebook docs
...
I've added a link to pandas, made all matplotlib links point to
matplotlib.org, and fixed a link in the notebook help menu to point to
our new notebook.html, now that htmlnotebook.html is a redirect.
Whoever ends up merging this PR should backport it to 1.x.
13 years ago
MinRK
a186b25626
explicitly load python mode before IPython mode
...
ensures IPython mode gets defined at startup,
which can sometimes fail because the Python mode was loaded dynamically.
closes #3636
13 years ago
MinRK
03883d82e4
remove bad `if logged_in` preventing new-notebook without login
13 years ago
MinRK
f9dd129e1c
remove notebook read-only view
...
it is largely broken, and had problematic security issues.
13 years ago
MinRK
127a0669ff
enable comment/uncomment selection
...
with `(cmd|ctrl)-/`
closes #1540
13 years ago
MinRK
409a1bb6e1
remove boilerplate.css
...
it is redundant with bootstrap reset
13 years ago
Matthias BUSSONNIER
2272edf715
correct static path for CM modes autoload
...
this shoudl also allow to require CM python mode for ipython mode and
only pass a config options.
13 years ago
MinRK
d12a9b19c9
use bootstrap `disabled` instead of `ui-state-disabled`
...
in menubar
13 years ago
MinRK
cf726d6a40
mv IPython.html.notebook -> IPython.html
13 years ago