Jonathan Frederic
|
ee76005bc2
|
More review changes
|
12 years ago |
Jonathan Frederic
|
669db572f2
|
Fix some dialog keyboard_manager problems
|
12 years ago |
Jonathan Frederic
|
2d7a4a7879
|
Some JS test fixes
|
12 years ago |
jon
|
70ffd96eb9
|
Added some nice comments,
so devs can easily figure out what options to pass
into the objects they want to construct.
|
12 years ago |
jon
|
d9ab2d203a
|
In person review with @ellisonbg
|
12 years ago |
jon
|
1e098560b8
|
Revert "Google hangout review comments."
This reverts commit 4e120e76014b2630f957c01d17ba3926d4848872.
|
12 years ago |
Jonathan Frederic
|
eb2b1ab4a4
|
Google hangout review comments.
|
12 years ago |
Jonathan Frederic
|
c2c87e1a76
|
nbconvert api tests fixes
|
12 years ago |
Jonathan Frederic
|
188072d190
|
@carreau review changes
|
12 years ago |
Jonathan Frederic
|
2ba8945cab
|
Fix all the bugs!
|
12 years ago |
Jonathan Frederic
|
c7961ae2db
|
Fix imports of "modules",
required after converting everything into dictionary returns.
|
12 years ago |
Jonathan Frederic
|
0edfdbc703
|
Return dicts instead of classes,
this makes require.js more Python import like.
|
12 years ago |
Jonathan Frederic
|
0e9e1dd5a3
|
MWE,
Fixed LOTS of bugs
|
12 years ago |
Jonathan Frederic
|
516958ac07
|
Almost done!
Still need to check IPython uses in the widgets.
|
12 years ago |
Jonathan Frederic
|
ca2014ad06
|
Pager
|
12 years ago |
Jonathan Frederic
|
152e23dc76
|
Progress...
|
12 years ago |
Jonathan Frederic
|
e6b7cc9ff9
|
Fixed events
|
12 years ago |
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
|
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 |
Min RK
|
9f1dc1b99f
|
Merge pull request #5803 from Carreau/ulh
unify visual line handling
|
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 |
Matthias BUSSONNIER
|
fd4dd9246e
|
inherit style instead of duplicating it
|
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 |
Jonathan Frederic
|
ea29056e7c
|
Review #2
|
12 years ago |
Jonathan Frederic
|
1224af6028
|
Fixed cell toolbar select font size
|
12 years ago |
Jonathan Frederic
|
83eee97e95
|
Review comments
|
12 years ago |
Jonathan Frederic
|
8fd3515794
|
Post discussion with @ellisonbg
|
12 years ago |
Jonathan Frederic
|
616bdcee81
|
Make maintoolbar select dropdowns look nice
|
12 years ago |
Jonathan Frederic
|
73f68f9b93
|
Revert 2em notebook header space
|
12 years ago |
Jonathan Frederic
|
45ebf12371
|
Left align "File" instead of menu edge.
|
12 years ago |
Jonathan Frederic
|
22c94ab404
|
Lots of small alignment tweaks to get Bootstrap3 looking better
|
12 years ago |
jon
|
ef19b962b5
|
Fix cell toolbar
|
12 years ago |
jon
|
8dbf3afa7d
|
Fixed cell toolbar dropdown
|
12 years ago |
jon
|
68cfaeb7c9
|
Fixed status indicator region
|
12 years ago |
jon
|
9bce946f2e
|
Added function to create Bootstrap specific drop down.
|
12 years ago |
Jonathan Frederic
|
ade308803e
|
Added dropdown submenu CSS
|
12 years ago |
Jonathan Frederic
|
e30ff19ca8
|
Move header padding removal to base page style
|
12 years ago |
Jonathan Frederic
|
778db574ed
|
Removed static height from selects in toolbar
|
12 years ago |
Jonathan Frederic
|
96b19ae598
|
Removed low margin from header.
|
12 years ago |
Jonathan Frederic
|
329a387f4f
|
Fix automation errors.
|
12 years ago |
Jonathan Frederic
|
d88daf1bb7
|
Ran jdfreder/bootstrap2to3
|
12 years ago |
Jonathan Frederic
|
5c47651786
|
Get notebook running with Bootstrap3
|
12 years ago |
Min RK
|
2c8a53aca1
|
Merge pull request #5944 from jdfreder/i5943
Markdown rendering bug fix.
|
12 years ago |
Brian E. Granger
|
648bb51758
|
Merge pull request #5479 from jdfreder/i5135
Mixed gfm/latex parsing in codemirror
|
12 years ago |
Jonathan Frederic
|
d84c8fa863
|
Fixed mardown rendering bug.
The wrong signature of `$()` was being used
wrong: http://api.jquery.com/jQuery/#jQuery1
right: http://api.jquery.com/jQuery/#jQuery2
Instead of implictly calling parseHTML, call it explicitly.
closes #5943
|
12 years ago |