Brian E. Granger
|
d27f686a62
Merge pull request #770 from ellisonbg/layout-fixes
|
8 years ago |
Brian E. Granger
|
88c5b1e982
Merge pull request #764 from jasongrout/notebookless
|
8 years ago |
Brian E. Granger
|
e8298897fe
Fixing typo
|
8 years ago |
Brian E. Granger
|
e2b0f6aac5
Merge pull request #780 from afshin/less-strict-math
|
8 years ago |
Afshin Darian
|
24707b2434
Switch to strict math mode for less compilation.
|
8 years ago |
Steven Silvester
|
9e904f69ca
Merge pull request #777 from afshin/inspector-focus
|
8 years ago |
Afshin Darian
|
d0e8a69c42
Add console panel to tracker at the same time in the lifecycle as the notebook is added (for consistency).
|
8 years ago |
Afshin Darian
|
f5c285fa61
Connect activated signal of notebook panel to inspector.
|
8 years ago |
Afshin Darian
|
5f557f826f
Connect activated signal of console panel to inspector.
|
8 years ago |
Afshin Darian
|
039fbda462
Add `activated` signal to notebook panel.
|
8 years ago |
Afshin Darian
|
0c195a97b3
Add `activated` signal to console panel.
|
8 years ago |
Steven Silvester
|
0141b319c3
Merge pull request #768 from afshin/autocomplete-bug
|
8 years ago |
Brian E. Granger
|
36a83287b7
Fixing layout of tabs, using base less variables.
|
8 years ago |
Brian E. Granger
|
4914f44420
Fixing layout of dock panel.
|
8 years ago |
Afshin Darian
|
ed55ca6e5b
Fix logic of test to match actual logic of execution, subtle bug that was revealed when underlying code shifted.
|
8 years ago |
Afshin Darian
|
e4ca79dc21
Remove superfluous equality check; the model already does this, so if the editor fires an event, it should be emitted.
|
8 years ago |
Afshin Darian
|
5f5aaae3a0
Bugfix: inspector not receiving events on autocompletion selections.
|
8 years ago |
Jason Grout
|
516114bf08
Clean up notebook.less and add some debugging notes.
|
8 years ago |
Jason Grout
|
fed2ebc436
Don’t copy css files since we are now generating them via less.
|
8 years ago |
Jason Grout
|
5dc2cc1b2c
Merge pull request #756 from blink1073/remove-index
|
8 years ago |
Steven Silvester
|
46e40f6677
Replace our use of main with directories config
|
8 years ago |
Afshin Darian
|
aa9856ab33
Merge pull request #754 from blink1073/update-tutorials
|
8 years ago |
Steven Silvester
|
3e57085421
Docs update
|
8 years ago |
Steven Silvester
|
5d201a9365
Update the documentation
|
8 years ago |
Steven Silvester
|
44f5cd416e
Merge pull request #750 from afshin/console-cwd
|
8 years ago |
Afshin Darian
|
ab5af0ab5a
Use ContentsManager.dirname to normalize cwd.
|
8 years ago |
Afshin Darian
|
07eb5217f1
Switch "path" to "directory" because consoles are not (yet) backed by real files.
|
8 years ago |
Afshin Darian
|
6c786a2a88
Connect console executed signal to update caption with last execution time.
|
8 years ago |
Afshin Darian
|
3d695aaf90
Add executed signal to console widget to indicate time of last prompt execution.
|
8 years ago |
Afshin Darian
|
a8f6c9fa88
Open console in current working directory and add rich caption.
|
8 years ago |