Jeremy Tuloup

Results 1046 comments of Jeremy Tuloup

Hi, Coming here from the issue on JupyterLab: https://github.com/jupyterlab/jupyterlab/issues/11336 Although it's not decided if or when the managing of source extensions will be dropped, installing prebuilt extensions is still a...

@mwouts I think so. There is a quick screencast of what it would look like in Notebook v7 in this comment: https://github.com/jupyter/notebook/pull/6315#issuecomment-1073231728 @fcollonval also mentioned updating Jupytext to default to...

@mwouts since Notebook v7 is now the [continuation of RetroLab](https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html), the following two dependencies should be enough: ``` jupyterlab>=4.0.0a20 notebook>=7.0.0a1 ``` Development of RetroLab is now happening in the Jupyter...

FYI a new pre-release of Notebook v7 is out: https://github.com/jupyter/notebook/releases/tag/v7.0.0a2 Which includes the factory improvement relevant to Jupytext: https://github.com/jupyter/notebook/pull/6315

Yes moving the repo around went quite well and was probably the simplest approach: https://github.com/jupyter/notebook-team-compass/issues/9#issuecomment-1111013024

> If that makes it easier to maintain, and/or easier for others to contribute Right I think it can make it easier for other folks to help make releases if...

Nice thanks @krassowski for opening that issue. Usually the tricky part is to know how to bump the version, especially when there are multiple packages depending (that might depend on...

@tacaswell it should be possible to pass multiple `&code=` params, each corresponding to one line.

Normally it can be encoded and contain new lines. For example with the demo site: https://jupyterlite.github.io/demo/repl/?kernel=python&toolbar=1&code=import%20matplotlib.pyplot%20as%20plt%0Aimport%20numpy%20as%20np%0Ax%20=%20np.linspace(0,%202%20*%20np.pi,%20200)%0Ay%20=%20np.sin(x)%0Afig,%20ax%20=%20plt.subplots()%0Aax.plot(x,%20y)%0Aplt.show() ![image](https://user-images.githubusercontent.com/591645/157908687-f3c9436e-4242-470b-a051-471ad8fa79fa.png)

Yes it would be interesting to double check installing `pyshp` from another server. The content type seems to be differing: ```bash $ curl -i https://spatial.utk.edu/download/pyshp-2.1.3-py3-none-any.whl HTTP/1.1 200 OK Date: Wed,...