Dan Baker

Results 28 comments of Dan Baker

Current state of `jupyter lab` specific paths. `jupyter lab` has 3 dedicate paths which are listed below and each item is marked as complete if the path is under nix...

To see where jupyter installs extensions, I've temporarily created a stateful virtual environment (named `venv`) where I can install extensions using `jupyter-labextension install`. I am looking at the [jupyterlab_email](https://github.com/timkpaine/jupyterlab_email) extension....

I am trying to analyze a more simple extension; namely [jupyterlab-theme-solarized-dark](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) which should have a more straightforward build and install process. ### Install Installing the theme in my stateful virtual...

Something important from the [documentation](https://jupyterlab.readthedocs.io/en/stable/user/directories.html#jupyterlab-build-process). You can find the yarn script used by `jlpm` [here](https://github.com/jupyterlab/jupyterlab/blob/b4bc105f1b53a1a40b7b8faaca8ca65a1fa01e6f/jupyterlab/staging/yarn.js). > The build process uses a specific yarn version with a default working combination of...

### Overview I am looking at the [jupyterlab-theme-solarized-dark](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) repo again and seeing what is involved in the development build. There is this note: > The jlpm command is JupyterLab's pinned...

Thanks for the PR @GTrunSec! I'll take a look and talk with @garbas about it. One question: What was the need to pin the rust-overlay?

Sure thing! I haven't had a chance to talk with @garbas yet, but I'll bring that up as well as your PRs. Sorry for the delay; I'm still getting a...

Hey @GTrunSec I need to get the next version of jupyterWith working by August. I appreciate the work you have put in but I do not have time to review...

@reefland I just ran into a similar issue with the NixOS Root on ZFS installation guide. In the last steps before exporting the zpools it says to run: ```bash umount...

Awesome! And will do! I've been pondering how to add some testing to the functions I wrote and after looking through nixpkgs, I think I have an idea on how...