Wes Turner

Results 625 comments of Wes Turner

It's not parametrization (and so changes won't propagate to already-existing copies of templates), but https://github.com/jpmorganchase/jupyterlab_templates has a bit of a different workflow https://papermill.readthedocs.io/en/latest/usage-parameterize.html#how-parameters-work : > How parameters work > The...

Is there a way to increase debug logging or get a trace at that log event?

(edit) ENH: Mixed Python/C debugging (GDB,) #284 > Your question is specifically about IDEs with support for mixed-mode debugging (with gdb), so I went looking for an answer: > >...

> I think this question deserves its own separate issue! Would the changes necessary to support multiple attached debuggers substantially change the protocol that ipykernel will be implementing?

toc2 supports exporting the TOC with the notebook through nbconvert templates: https://jupyter-contrib-nbextensions.readthedocs.io/en/latest/nbextensions/toc2/README.html#export https://github.com/ipython-contrib/jupyter_contrib_nbextensions/tree/master/src/jupyter_contrib_nbextensions/nbextensions/toc2 https://github.com/ipython-contrib/jupyter_contrib_nbextensions/blob/master/src/jupyter_contrib_nbextensions/nbconvert_support/toc2.py

This is spawned from #274 "Possibility to support ipykernel" (re: implementing support in ipykernel that may already partially exist in the spyder kernel (which is derived from ipykernel)) >> Your...

https://github.com/jupyter/jupyter_client/issues/446 "Supporting the Debug Adapter Protocol" (DAP) - What will it take to connect GDB to DAP? With multiple attached debuggers? - Which (Python?) to GDB bridge would be easiest...

> In general, a heading should always be the first line in a Markdown cell. This is a tragically unfortunate requirement. When making slides, it's often helpful and necessary to...

Having this issue when building on Fedora: ```bash pip install jupyter-repo2docker git clone https://github.com/wrdrd/docs cd docs repo2docker -E . ``` ```bash /bin/bash: /usr/local/bin/repo2docker-entrypoint: Permission denied ``` I'll test this patch

Fixing this sooner rather than later would reduce the costs of implementing the breaking changes later in all implementations. Is there an e.g. "future breaking changes" milestone or just label...