Max Klein

Results 127 comments of Max Klein

> jupyter labextension install @jupyterlab/git > pip install -e git+https://github.com/jupyterlab/jupyterlab-git.git#egg=jupyterlab_git > jupyter serverextension enable --py jupyterlab_git --sys-prefix > jupyter lab build @lordravo You're installing the latest release version of the...

It looks like now the serverextension is not running. Serverextension activation should happen automatically in the latest version of jupyterlab-git, but certain setups will still require explicit enabling of the...

> Any idea why? > Is there any other log? Or test I can make? If you want to get down into the the weeds, open your browser's devtools and...

@lordravo I re-reviewed the info you posted and figured out how to reproduce the error that you're seeing. I 100% guarantee that what is going on is that the `jupyterlab-git`...

Sounds like a good idea. I'll look into it

eh. I guess it would be nicer to have some contrast on the percent signs. Do you happen to know which css variable in a theme controls the percent sign...

👍 for semi-bold and the slight reduction in (though not elimination of) chunkiness

It'll be good to get this well integrated into core (technically it's also required for parity with Notebook classic, at least the later versions). I have a few questions: -...

@quigleyj-mavenomics What's the status of React tree component? Have you open sourced it anywhere? For context, I'm starting to work on a refactor of the filebrowser UI and underlying stack...

> It turns out serverapp_config is only applied when the ExtensionApp is the starter application, i.e. you are launching the Jupyter server through a JupyterfsApp entrypoint @Zsailer That's what I...