[jupyter] [Enhancement proposal] Add langauge server support to jupyter server and jupyterlab-monaco

2019-01-15 Thread Grant Nestor
Hello! We are ready to move forward with a new enhancement proposal to add language server (LSP) support to jupyter server and jupyterlab-monaco, and jupyterlab if necessary. For details, see the PR: https://github.com/jupyter/enhancement-proposals/pull/26 If you would like to provide

[jupyter] Re: Javascript Extension to enable arbitrary control of JupyterLab

2018-11-30 Thread Grant Nestor
Hi Florian, This certainly was one nice thing about classic notebook: the global `jupyter` variable. If you run JupyterLab in dev-mode, you get a global `window.lab` variable that gives you a handle on the application. This is a good starting point. To add a new cell, you can call

[jupyter] Jupyter Notebook 5.5.0

2018-05-15 Thread Grant Nestor
(bollwyvl <https://github.com/bollwyvl>) - Alex Rothberg (cancan101 <https://github.com/cancan101>) - Celina Kilcrease (ckilcrease <https://github.com/ckilcrease>) - dabuside (dabuside <https://github.com/dabuside>) - Damian Avila (damianavila <https://github.com/

[jupyter] Re: Searching over multiple Jupyter notebooks

2018-05-11 Thread Grant Nestor
on would be a sqlite/datasette or > sqlite/scriptedForm search tool. > > --tony > > On Wednesday, 9 May 2018 16:42:32 UTC+1, Grant Nestor wrote: >> >> A simple solution is to open a terminal in JupyterLab/Jupyter Notebook >> and run the following: >> >

[jupyter] Re: Custom Jupyterhub error pages

2018-05-11 Thread Grant Nestor
till only dabbling round > the edges of Jupyterhub - still stuck on trying to get it to work with > Docker desktop kubernetes - > https://groups.google.com/forum/#!topic/jupyter/SBvV1avnLtI ) > > --tony > > On Wednesday, 9 May 2018 16:24:19 UTC+1, Grant Nestor wrote: >> >&

[jupyter] Re: Searching over multiple Jupyter notebooks

2018-05-09 Thread Grant Nestor
A simple solution is to open a terminal in JupyterLab/Jupyter Notebook and run the following: grep --include='*.ipynb' --exclude-dir='.ipynb_checkpoints' -rliw . -e 'search query' This will search your Jupyter server root recursively for files that contain the whole word (case-insensitive)

[jupyter] Re: Custom Jupyterhub error pages

2018-05-09 Thread Grant Nestor
Here is an example extension that does exactly that: https://github.com/afshin/custom404-extension On Friday, April 13, 2018 at 3:28:20 AM UTC-7, Tony Hirst wrote: > > Hi > > I need to put together some customised (and branded) error pages for a > Jupyterhub deployment - is there a customisable

[jupyter] notebook 5.3.0rc1

2018-01-08 Thread Grant Nestor
We have just published a release candidate for notebook 5.3.0 on PyPI . This release introduces terminal support for Windows, support for OS trash (files deleted from the notebook dashboard are moved to the OS trash vs. deleted permanently), a new

Re: [jupyter] Jupyter Notebook 5.2.0

2017-10-14 Thread Grant Nestor
2753 >>><https://github.com/jupyter/notebook/pull/2753>). >>>- Make extraKeys consistent between notebook and editor views (#2745 >>><https://github.com/jupyter/notebook/pull/2745>). >>>- Add RTL (right-to-left) support (#2357 >>>

[jupyter] Jupyter Notebook 5.2.0

2017-10-13 Thread Grant Nestor
thank the following 23 people who contributed: - Matthias Bussonnier (Carreau <https://github.com/Carreau>) - Alex Rothberg (cancan101 <https://github.com/cancan101>) - Damian Avila (damianavila <https://github.com/damianavila>) - Gabriel Nützi (gabyx <https://g

[jupyter] Re: Congratulations to Thomas Kluyver

2017-10-13 Thread Grant Nestor
How cool!! Congrats Thomas and thanks for all of your contributions to Project Jupyter (especially for your help on the notebook)! On Thursday, October 12, 2017 at 12:21:42 PM UTC-7, Carol Willing wrote: > > Please join me in thanking Thomas for all that he does for the Python and > Jupyter

[jupyter] Re: notebook 5.2.0rc1

2017-10-09 Thread Grant Nestor
EDIT: References to "5.1.0" should be "5.2.0" On Monday, October 9, 2017 at 3:21:22 PM UTC-7, Grant Nestor wrote: > > We have just published a release candidate for notebook 5.1.0. This > release introduces i18n (internationalization) support, RTL (right-to-

[jupyter] notebook 5.2.0rc1

2017-10-09 Thread Grant Nestor
We have just published a release candidate for notebook 5.1.0. This release introduces i18n (internationalization) support, RTL (right-to-left) support, and several important bug fixes. See a list of PRs in this release

[jupyter] notebook 5.1.0rc2

2017-08-17 Thread Grant Nestor
Hi everyone! We have received 2 reports of a strange issue in 5.1.0rc1 in which an error dialog reading "Can't make callback from given data" is displayed on loading of a notebook. If you have encountered this error, please share your observations with us so that we can get to the bottom of

[jupyter] Re: Jupyter Notebook 5.1 release candidate

2017-08-09 Thread Grant Nestor
If the original command doesn't appear to download the 5.1.0rc1 version, then try adding the `--upgrade` flag: `pip install notebook --upgrade --pre --force-reinstall`. On Monday, August 7, 2017 at 2:44:49 PM UTC-7, Grant Nestor wrote: > > Hi everyone! > > We are planning to rele

[jupyter] Jupyter Notebook 5.1 release candidate

2017-08-07 Thread Grant Nestor
Hi everyone! We are planning to release notebook 5.1 this Thursday. The release candidate is available on PyPI . To try it out: pip install notebook --pre --force-reinstall Please give it a try and if you encounter any issues, please file an

[jupyter] Re: Notebook 5 is just around the corner

2017-03-23 Thread Grant Nestor
equisites installed (I do), but does not install the > rc. How may I do so? > > Thanks, > > BPR > > On Thursday, March 16, 2017 at 11:27:14 PM UTC-6, Grant Nestor wrote: >> >> Hi All! >> >> We have just published a release candidate for notebook 5.

[jupyter] Notebook 5 is just around the corner

2017-03-16 Thread Grant Nestor
Hi All! We have just published a release candidate for notebook 5.0! Please install it and start using it: pip install --pre notebook If you run into any issues, please open an issue on Github . If all goes well, we can expect an official release