Matthias Bussonnier
003f553051
Merge pull request #2313 from takluyver/i2304
...
Use Markdown image references in example notebook
9 years ago
Thomas Kluyver
9f8158abb6
Use Markdown image references in example notebook
...
This makes the high-res screenshots larger on a lower-res screen, but
nbsphinx doesn't currently handle HTML <img> tags, so we need to use the
Markdown format to show images in our docs.
Closes gh-2304
9 years ago
Kyle Kelley
94122d6f8c
Merge pull request #2305 from minrk/contributing-tweak
...
minor updates to CONTRIBUTING installation instructions
9 years ago
Min RK
885ebc3eba
invert `--user` recommendation in CONTRIBUTING
...
make `--user` the non-default option,
given the prevalence of conda/virtual envs these days
9 years ago
Min RK
f57b92d3c0
update nodejs installation instructions
...
remove reference to `nodejs-legacy`, since apt packages are usually too old, anyway
9 years ago
Grant Nestor
0087065588
Merge pull request #2302 from Carreau/pep440
...
Enforce version number at build time.
9 years ago
Matthias Bussonnier
8aa04b9699
Enforce version number at build time.
...
Prevent making releases with wrong version number that will confuse pip,
or make sdists to appear more recent than wheels.
9 years ago
Grant Nestor
8de7a52f82
Back to development
9 years ago
Grant Nestor
b12bd4cbcc
release 5.0.0-rc.1
9 years ago
Grant Nestor
64fe3f1618
Trigger 'cleared' event when output area is cleared
9 years ago
Grant Nestor
6b031e8d47
Merge pull request #2286 from gnestor/mime-bundle
...
Make mime bundle accessible to renderers
9 years ago
Min RK
59c9df1b89
show current rate limit values in rate limit messages
9 years ago
Min RK
5da6eb6a41
only consider stream output for data rate limit
...
large stream outputs cause much more problems than image output
this does open up to large HTML and/or displayed text output,
but those seem to behave well more often than they don't.
9 years ago
Min RK
96044f6c80
test updating execute_result
9 years ago
Min RK
93d8f3fe0f
add output_added.OutputArea event
9 years ago
Min RK
7756fd34a9
restore append-after-render
...
so all output types are handled consistently
9 years ago
Min RK
273e8f9bbe
display_id target index is now outputs.length - 1
...
since item has been appended to outputs before calling instead of after
9 years ago
Min RK
f510806ff2
fix wait condition in display_id test
...
it was always waiting the maximum time because the condition was never met
9 years ago
Grant Nestor
d635525aef
Make mime bundle accessible to renderers
9 years ago
Matthias Bussonnier
080028424a
Merge pull request #2280 from delftswa2017/fix-deprecation-warning
...
Fix deprecated decodestring warning
9 years ago
Grant Nestor
2fe8e46e2e
Throw error if deprecated `decodestring` is used
9 years ago
Michael Pacer
8352778845
Add sudo:required so it will install pandoc
9 years ago
Michael Pacer
fc4301a45c
Don't use apt's pandoc, build from source
...
Apt's pandoc is out of date and shouldn't be used inside travis for jupyter tests. Many APIs have changed, including the intermediate JSON structure.
9 years ago
Ioannis Papadopoulos
6c4efe8f45
add pandoc to travis
9 years ago
adimitrova
02cc130166
changed to pass python 2 tests too
9 years ago
adimitrova
47bbd07733
updated decodestring
9 years ago
Ioannis Papadopoulos
7227c261ce
fix indentation
9 years ago
Ioannis Papadopoulos
d4bd5ccf39
Refactored Page class removing todo
9 years ago
Min RK
21baa9b693
Merge pull request #2274 from jupyter/michaelpacer-patch-1
...
Typo fix
9 years ago
Michael Pacer
8816def65d
Typo fix
9 years ago
Grant Nestor
c8841b68c4
Back to development
9 years ago
Grant Nestor
3194aba706
release 5.0.0b2
9 years ago
Grant Nestor
a6562d185d
Merge pull request #2268 from gnestor/patch-2234
...
Patch #2234
9 years ago
Grant Nestor
a531aeb8b3
Add modal styles
9 years ago
Min RK
420715e3e5
Merge pull request #2234 from takluyver/i2204
...
Show server root directory in move dialog
9 years ago
Kyle Kelley
ead73b9efa
Merge pull request #2220 from delftswa2017/fix-issue-980
...
Fixed issue #980 : incorrect LaTeX capturing and MathJax rendering
9 years ago
Grant Nestor
32df89fd62
Set `server_root_dir` based on user directory path
9 years ago
Grant Nestor
2125922db3
Set default `root_dir` for ContentsManager
9 years ago
wordofglass
f1253c460f
Directly expose the `webbrowser.open` new argument.
...
Suggested by minrk. Also, amend the corresponding documentation in
order to mention dependence on browser support.
9 years ago
Min RK
ecb309dd0b
Merge pull request #2257 from Carreau/tell-pw
...
Tell user how to avoid token authentication.
9 years ago
Matthias Bussonnier
e32631a6b2
Merge pull request #12 from minrk/token-message
...
update token info on login page
9 years ago
michaelpacer
b7b6ec2ad2
Added more test cases, added spacing so that it was technically valid
9 years ago
Min RK
ee82acd66a
update token info on login page
...
- clarify that it does *not* mean password is disabled
- phrasing
- https links
9 years ago
Grant Nestor
92cfd65931
Use flex box vs. table
9 years ago
Grant Nestor
96676c079c
Use `contents_manager.root_dir`
9 years ago
michaelpacer
9a817f7bf0
Add test for LaTeX parsing
9 years ago
wordofglass
ff88ae072f
Add 'new_browser_window' config option
...
On startup, this optionally opens the notebook in a new browser window
instead of a new tab.
9 years ago
Matthias Bussonnier
018db6c8ce
Tell user how to avoid token authentication.
...
Most user don't care how to get the token each time (if they see the
message). They want to avoid using a token.
Make it clearer that Password should be configured.
Be more tricky, say that password not configured **yet**, to make the
user think they __have to__.
The text is not technically correct as as far as I remember you can have
PW and Token at the same time. But I'm going to say that in 99% of case
where users read that, the password is unset.
9 years ago
Grant Nestor
c4d2c1a527
Merge pull request #2249 from minrk/test-tags
...
Test the cell tags toolbar
9 years ago
Kyle Kelley
a42fa3f453
Merge pull request #2162 from blackrock/master
...
Fix for uploading large files crashing the browser (issue #96 )
9 years ago