Luciano Resende
49c2087a91
Changelog for Release 6.0.1
7 years ago
Min ho Kim
bd66c18b4f
Fix typos ( #4760 )
...
* Fix typos
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
* Revert trimming whitespaces
7 years ago
Luciano Resende
ac68763c94
Changelog for Release 6.0 ( #4709 )
...
Populate changelog based on commit history and some
new functionality described on 5.x release notes including
a section for security fixes.
7 years ago
Thomas Kluyver
2d274295c9
Merge pull request #4713 from saraedum/patch-2
...
Fix typo
7 years ago
Min RK
efc0f0089e
Allow ?no_track_activity=1 to opt-out of activity tracking ( #4235 )
...
* Don't track API requests with `?no_track_activity=1` in the activity counter
allows external idle-culling scripts to avoid updating the activity counter
* Don't track kernel shutdown as kernel activity
this causes idle-kernel shutdowns to restart the idle-shutdown timer
user-requested shutdowns will still be tracked as api activity
* test ?no_track_activity=1 tracking
* Changelog for activity
7 years ago
Julian Rüth
973b06610b
Fix typo
7 years ago
Daniel Nicolai
0ca8639f60
Update Working With Markdown Cells.ipynb
...
Add explicit instruction for online documentation pages
7 years ago
Min RK
eea37a6b21
changelog for 5.7.8
7 years ago
Thomas Kluyver
d77a1e7ae8
Use separately packaged sphinxcontrib_github_alt
7 years ago
Min RK
d65328d484
changelog for redirect check
...
and update cve for 5.7.6
7 years ago
Min RK
850eda5657
add .js mimetype fix to changelog
7 years ago
Min RK
a537334744
Changelog for 5.7.7
7 years ago
Min RK
7657c0ca5f
[doc] fix some linkcheck errors and warnings
7 years ago
Min RK
9560e0cf4c
changelog for 5.7.6
7 years ago
Min RK
e2ac757821
Merge pull request #4449 from minrk/unpin-tornado
...
tornado 6 compatibility
7 years ago
Min RK
0b73ab600a
changelog for 5.7.5 [ci skip]
7 years ago
Min RK
ff238cc762
Merge pull request #4147 from jakelevirne/master
...
Updated the description of Heading cells, which are no longer used
7 years ago
Min RK
73a7630517
there are four lights [ci skip]
7 years ago
Kevin Bates
acba19033b
Minimize handlers and manager methods
...
Eliminated the Kernel and Kernelspec handlers. The Websocket (ZMQ)
channels handler still remains. This required turning a few methods
into coroutines in the Notebook server.
Renamed the Gateway config object to GatewayClient in case we want
to extend NB server (probably jupyter_server at that point) with
Gateway server functionality - so an NB server could be a Gateway
client or a server depending on launch settings.
Add code to _replace_ the channels handler rather than rely on position
within the handlers lists.
Updated mock-gateway to return the appropriate form of results.
Updated the session manager tests to use a sync ioloop to call the
now async manager methods.
7 years ago
Kevin Bates
f74ef2f691
Move environment variables to SingletonConfigurable
...
Created a singleton class `Gateway` to store all configuration options
for a Gateway. This class also holds some help methods to make it easier
to use the options and determine if the gateway option is enabled.
Updated the NotebookTestBase class to allow for subclasses to infuence
the patched environment as well as command line options via argv.
Added a test to ensure various gateway configuration items can be
set via the environment or command-line.
7 years ago
Kevin Bates
060a2b9aea
Embed NB2KG into Notebook server
...
This change alleviates a significant pain-point for consumers of Jupyter
Kernel and Enterprise Gateway projects by embedding the few classes defined
in the NB2KG server extension directly into the Notebook server. All code
resides in a separate gateway directory and the 'extension' is enabled
via a new configuration option `--gateway-url`.
Renamed classes from those used in standard NB2KG code so that Notebook
servers using the existing NB2KG extension will still work.
Added test_gateway.py to exercise overridden methods. It does this by
mocking the call that issues requests to the gateway server.
Updated the _Running a notebook server_ topic to include a description
of this feature.
7 years ago
Marc Udoff
e8163d57cc
Update js for comms for copy/paste
7 years ago
Marc Udoff
c740397e49
Improve comms.rst example
...
This improves the example by making it more copy/pastable out of the box and demoing how you can send a message at various places. It also fixes a poor usage of shadowed variables
7 years ago
Will Costello
5f8a2040ff
Fix typo in introduction
7 years ago
Min RK
31c2184d01
Merge pull request #4287 from choldgraf/ntbkext
...
updating file tree in "extending notebook" section
7 years ago
Chris Holdgraf
29f58de211
updating file tree
7 years ago
Thomas Kluyver
a4d663b578
Add release notes for 5.7.4
7 years ago
Thomas Kluyver
35aa99324a
Write release notes for 5.7.3
7 years ago
Tim Porath
48042adaf9
Add Documentation regarding backslash escaping in Markdown File
7 years ago
Min RK
1ed04ffa8a
changes for 5.7.1, 5.7.2
8 years ago
BuildTools
760d4d3533
fixed typo in example notebook
8 years ago
BuildTools
de7be3a64f
Updated the description of Heading cells, which are no longer used
8 years ago
Min RK
775cb20de3
minor typos in changelog for 5.7
8 years ago
Min RK
ba7aadbf7a
note translation inclusions in sdists
8 years ago
Min RK
4f70dd06af
changelog for 5.7
8 years ago
Min RK
bee2c389ca
Merge pull request #3883 from moble/public_server_csp
...
Describe problems and solutions involving CSP headers
8 years ago
Michael Chirico
ffb486453f
remove vestigial lines from documentation
...
Found here:
8 years ago
Michael Boyle
88d5fc8e5f
Describe problems and solutions involving CSP headers
8 years ago
Aaron Hall, MBA
b644d7ee40
indent code block
8 years ago
Min RK
1d17c796d0
Merge pull request #3799 from aaronchall/patch-1
...
Fill in Checkpoints section
8 years ago
Aaron Hall, MBA
251c9e7dc8
Fill in Checkpoints section
...
(I think it needs more complete examples like ContentsManager has regarding what is returned by these methods.)
8 years ago
Walter Martin
ecc4d26f1d
fixing grammatical errors and typos
8 years ago
Thomas Kluyver
a0503629ba
Disable the host check for 5.6 because of gh-3754
8 years ago
Thomas Kluyver
2c562e8587
Update changelog with recent changes merged
8 years ago
Thomas Kluyver
54ecbce364
Updates and additions to release notes
8 years ago
M Pacer
4c2e1d7132
Update changelog in prep for 5.6rc
8 years ago
Thomas Kluyver
8d62e041b2
Add PR to changelog
8 years ago
Thomas Kluyver
e16407e988
Add changelog for Notebook 5.5
8 years ago
Thomas Kluyver
9ae9e7c7e5
Merge pull request #3571 from takluyver/docs-privacy
...
Add section in docs about privacy
8 years ago
Thomas Kluyver
7a623d65e9
Merge pull request #3584 from takluyver/doc-troubleshooting
...
Documentation updates and organisation
8 years ago
Thomas Kluyver
c1b761890d
Merge pull request #3520 from bollwyvl/docs/confd-example
...
update docs with confd implementation details
8 years ago
Thomas Kluyver
dd687fb526
Capitalise header
8 years ago
Thomas Kluyver
3482d61234
Add blank notebook UI image
8 years ago
Thomas Kluyver
5f7667ef60
Rework and update notebook introductory document
8 years ago
Thomas Kluyver
cba22e8732
Reorganise docs landing page
8 years ago
Thomas Kluyver
3cc31604a8
Add troubleshooting documentation
8 years ago
Carol Willing
6d258b5bba
Merge pull request #3536 from nyu-ossd-s18/documentation
...
Improve Documentation
8 years ago
danagilliann
1c1202cc7f
made pull request changes
8 years ago
Thomas Kluyver
771edd98ec
Add section in docs about privacy
...
Closes gh-3566
8 years ago
Paul Masson
a860b9bd22
Typos
8 years ago
dabuside
9936aa9eab
warp line
8 years ago
dabuside
37c6ba2cc1
add tips
8 years ago
dabuside
82ff0fdceb
add tips
8 years ago
Nicholas Bollweg
fed254b184
update docs with confd implementation details
8 years ago
Thomas Kluyver
a7ac957d7f
Update changelog for 5.4.1
8 years ago
Min RK
a1fb317ec7
Merge pull request #3346 from whosford/notebook-public-server-docs-change
...
Add more information for where jupyter_notebook_config.py is located
8 years ago
Hong Xu
08231369c1
Add explanation on how to change the type of a cell to Markdown.
8 years ago
Miro Hrončok
6453b0f1da
Do not execute special notebooks with nbsphinx
...
They can hang in headless environment.
See also db90e16d17
8 years ago
William Hosford
e67d66e7e8
Issue #3027 : Add more information for where jupyter_notebook_config.py is located
8 years ago
Thomas Kluyver
b76c8d907e
Merge pull request #3288 from kant/patch-1
...
Minor fixes
8 years ago
Thomas Kluyver
83fd9bb176
Squash some Sphinx warnings
8 years ago
Thomas Kluyver
0c06649bcd
Use asterisks for italics
8 years ago
Thomas Kluyver
08a17dfcf0
Merge pull request #3293 from takluyver/unlink-ferdas
...
Remove broken link to Github user
8 years ago
Thomas Kluyver
f559ffef6a
Remove broken link to Github user
8 years ago
Darío Hereñú
560e142cf2
Minor fixes
...
(proposal)
8 years ago
Thomas Kluyver
c14b94b037
Add PR #3271 to changelog
8 years ago
Thomas Kluyver
e9f91111b0
Update changelog for 5.4
8 years ago
Thomas Kluyver
0c96052065
Update changelog ready for 5.3.0
8 years ago
Grant Nestor
1df0401d14
Update changelog ( #3188 )
8 years ago
Grant Nestor
973cdc4f64
Add 5.3.0 to changelog
8 years ago
Thomas Kluyver
8cddc00a25
Merge pull request #3063 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
19191521a6
Fix broken link
9 years ago
Thomas Kluyver
bd55f7f904
Merge pull request #3061 from bacboc/feature
...
Fix broken link
9 years ago
bacboc
d9a6bc85c2
Fix some broken link
9 years ago
Thomas Kluyver
74fbc5b578
Merge pull request #3008 from Carreau/autopawd
...
When login-in via token, let a chance for user to set the password
9 years ago
Matthias Bussonnier
a40ab056d8
Fix docs intructions True->Flase
9 years ago
Matthias Bussonnier
a8971410c1
Add option disabled changing password at login.
...
Document the changing of password.
9 years ago
PHaeJin
c0973877c8
Fix a typo ( #3043 )
...
* Fix a typo
* Fix a typo
* Fix abroken link
9 years ago
edida
9f72eb1867
Typo fix ( #3033 )
9 years ago
Grant Nestor
9daa7fb585
Add 5.2.1 to changelog
9 years ago
Grant Nestor
de1be56e38
Update changelog
9 years ago
Grant Nestor
61f400236f
Add 5.2.0 to changelog
9 years ago
Thomas Kluyver
b6edf5cf17
'Play' icon for run-cell toolbar button
...
Based on @ellisonbg's research in gh-2914, most tools with similar
functionality to run a piece of code use either the 'play' icon, or
something custom designed (RStudio and Spyder are in the latter camp).
The analogy with audio and video does suggest that 'step forward' is
more similar to running one cell, but it's not clear that users
are actually thinking about it in those terms.
I'm opening this for discussion rather than for immediate merge.
9 years ago
Remco Verhoef
9b6975d137
changed key strength to 2048 bits
...
* using a key strength of 1024 bits is considered a bad practice
9 years ago
Vidar Tonaas Fauske
f6de61d34e
Fix some broken links and permanent redirects
9 years ago
Syed TS
b87fa6c734
typos fix-2
9 years ago
Syed TS
563f220a43
typos fix
9 years ago
Miro Hrončok
6e1ac76423
Have _ defined in notebook.transutils
...
Import it in conf.py (docs)
Fixes https://github.com/jupyter/notebook/issues/2798
9 years ago
madhu
11b22d280c
docs(notebook): Update changelog for 5.1
9 years ago
Benda Xu
db90e16d17
d/s/examples/N/Importing Notebooks.ipynb: disable execution.
...
This notebook example includes writing to the directory of another
module, usually resulting in a doc build failure. Therefore we
disable its execution by nbsphinx.
Closes : #2372
See-Also: https://bugs.gentoo.org/show_bug.cgi?id=626860
9 years ago
Grant Nestor
1f1728260a
More corrections
9 years ago
Grant Nestor
cea19ffa7c
Corrections
9 years ago
Grant Nestor
975d42ae94
Add 5.1.0 to changelog
9 years ago
Grant Nestor
f42ef1a5f5
Remove quotes around URL in tornado_settings example
9 years ago
Thomas Kluyver
ec43b45dd5
Merge pull request #2612 from minrk/double-pre
...
remove redundant pre tags in markdown examples
9 years ago
M Pacer
9e9432a7b9
Remove references to heading cells and 'best practices' that better fit the existence of heading cells
9 years ago
Min RK
24835421b4
remove redundant pre tags
...
Some markdown examples were double-escaped (indent and pre tag),
causing incorrect rendering.
9 years ago
Harsh Vardhan
462ed6c01e
Update link of messaging in Jupyter
...
The documentation is for an old version of IPython.
9 years ago
Dominic Kuang
63cc96ed1c
Change comment identifier to be valid JavaScript
...
Copying and pasting the snippet with `#` as a comment identifier caused an error, so use `//` instead.
9 years ago
Steve (Gadget) Barnes
19d23e2de7
Issue #2502 : Add line break after The Jupyter Notebook is running at: ( #2505 )
...
* Issue #2502 : Add line break after The Jupyter Notebook is running at:
* Revert "Issue #2502 : Add line break after The Jupyter Notebook is running at:"
This reverts commit 3aa65e712006f2726ea57476dd8923753a13e4ef.
* Issue #2502 : Reverted previous changes and redone without strip trailing spaces
9 years ago
Björn Grüning
89fe391543
wording fix
9 years ago
Grant Nestor
ce110e6d5d
Fix typo in cell tags toolbar screenshot
9 years ago
Grant Nestor
0d289458e8
Update changelog and screenshots
9 years ago
Thomas Kluyver
d2c539fdbc
Explain how to use cell tags in changelog
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
Peter Parente
7816203665
Note bundler API, kernel activity additions
9 years ago
Matthias Bussonnier
0736356a2f
Merge pull request #2224 from takluyver/doc-nbserver-extensions
...
Update docs on enabling notebook server extensions
9 years ago
nickylimjj
0d595f323c
keep within 80 cols, fix typos
9 years ago
nickylimjj
0be70718a5
updated changelog for nbextensions
9 years ago
Thomas Kluyver
a38eadbfef
Fix spelling
9 years ago
Thomas Kluyver
e3b89c3910
Update docs on enabling notebook server extensions
9 years ago
Eric Dill
080fae28e5
DOC: Fix typo
9 years ago
Grant Nestor
8420668e95
Uncomment 5.0 section in changelog
9 years ago
Grant Nestor
f924613ede
Add 4.4 to changelog
9 years ago
Thomas Kluyver
d51fa4bec7
Centre images
9 years ago
Thomas Kluyver
477332696b
Work on changelog for 5.0
...
We seem to have missed the extension that defines Github issue & PR
links until now.
9 years ago
Thomas Kluyver
8fbf1fb1ce
Merge pull request #2104 from Carreau/shortcut-edit-menu
...
Add a menu item to edit keyboard shortcuts.
9 years ago
Matthias Bussonnier
90429adba4
Add a menu item to edit keyboard shortcuts.
9 years ago
Thomas Kluyver
c807268e4c
Clarify where docs are specific to IPython
...
Closes gh-1504
9 years ago
Carol Willing
ad805b1c51
Merge pull request #2105 from Carreau/edit-changelog
...
Start to list new features in changelog
9 years ago
Matthias Bussonnier
7850fae923
Merge pull request #2099 from takluyver/docs-eg-nbs-links
...
Update some links to example notebooks in docs
9 years ago
Matthias Bussonnier
9988ce1e6f
Start to list new features in changelog
9 years ago
Thomas Kluyver
5bb475e1c2
Update nbviewer Github URLs
9 years ago
Thomas Kluyver
1b47ac7248
Restore https
9 years ago
Thomas Kluyver
7aa778166e
Update Intersphinx URL for IPython
9 years ago
Thomas Kluyver
9058de7ab7
Remove link to outdated note about roundtrip conversions
9 years ago
Thomas Kluyver
99ad2091fb
Update links to example notebooks
...
Closes gh-953 (fixing link to markdown cells example nb)
9 years ago
Grant Nestor
52ba4c9a4f
Update changelog
9 years ago
kikocorreoso
72769862f9
doc typos related with issue #2069
9 years ago
clarka34
7ab7fd0c24
Update button icon.
...
Changed button icon so it displays properly. Previously, it displayed an empty icon.
9 years ago
Kyle Kelley
f5f97d1f93
Merge pull request #2007 from minrk/password
...
add `jupyter notebook password` entrypoint
9 years ago
Dennis
b97336c35d
typo an to and
9 years ago
Min RK
f7b85b0999
include jupyter notebook password entrypoint in secure notebook docs
9 years ago
Min RK
0b50201ae4
note downgrade of CodeMirror in changelog
9 years ago
Min RK
86c6268f64
prose review
9 years ago
Min RK
dacea0e0d9
changelog notes for 4.3.1
9 years ago
Grant Nestor
2113b461de
Add 4.3.1 to changelog
9 years ago
Min RK
7fa5d5a1be
cover token authentication in security docs
10 years ago
Thomas Kluyver
32f92b489e
Merge pull request #1955 from gnestor/4.3
...
Add 4.3 to changelog
10 years ago
Grant Nestor
74b935e6b5
Add 4.3 to changelog
10 years ago