jupyterlab_pygments icon indicating copy to clipboard operation
jupyterlab_pygments copied to clipboard

Pygments theme making use of JupyterLab CSS variables

Results 15 jupyterlab_pygments issues
Sort by recently updated
recently updated
newest added

### Problem It seems that since #11, there is now a recursive dependency of `jupyterlab_pygments` on `jupyterlab` on `jupyter_server` on `nbconvert` on `jupyterlab_pygments`. Even though most of these are run-time...

enhancement

Following the installation of JupyterLab 4.1.5, opening jupyter-lab.exe will result in the display of several warnings within the browser's Developer Tools. These warnings are associated with this specific extension. ![image](https://github.com/jupyterlab/jupyterlab_pygments/assets/129528227/6c350b7a-1b7e-4664-97b3-f3e996ac5b16)...

bug

`https://github.com/jupyterlab/jupyterlab_pygments.git `

I took a look at releasing a new version but it seems that the package is not scope to `@jupyterlab`. Instead it was published to npm as `jupyterlab_pygments`: https://github.com/jupyterlab/jupyterlab_pygments/blob/a26fdd6709df456dc6cd148bb7dd7b87d8968a48/package.json#L2 https://www.npmjs.com/package/jupyterlab_pygments...

bug

## Description Looks like pep517 build fails because hardcoded `python` interpreter name. ## Reproduce Run `/usr/bin/python3 -sBm build -w --no-isolation` ## Expected behavior None of the python code should assume...

bug

I am using jupyter/scipy-notebook:python-3.10.5 docker image, and it seems that the syntax match/case is not highlighted for python code cells.

enhancement

## Description In JupyterLab, CodeMirror does not tag items like brackets, colons, semi-colons, parentheses, and commas as punctuation. pygments flags such elements as punctuation and jupyterlab_pygments styles them as --jp-mirror-editor-punctuation-color,...

bug

## Description Hi. I tried running jupyter notebook recently and faced with the following issue. I run local jupyter server, try to open any notebook from filesystem and I get...

bug

Originally reported in https://github.com/jupyter/nbconvert/issues/1385 I noticed that some language tags for fenced code blocks are differentially highlighted in jupyterlab compared to the html output from nbconvert. Would it be possible...

I was pondering packaging jupyterlab_pygments for Debian, but the LICENSE file says something about a semver.py I don't see in the archive. Did I miss something or was the LICENSE...