Tony Hirst

Results 404 comments of Tony Hirst

Being able to synch themes "for free" could be really handy, esp if the end user has control of the light and dark theme... Would this be limited to very...

This increments for each cell, irrespective of cell type, not each code cell. A better fix is just to change the original cell count index value: ``` # Start the...

I've been sketching some ideas here: https://github.com/ouseful-PR/nbval/tree/table-test Currently, a crude attempt at a dataframe comparison, a crude attempt at checking the linecount of `stdout`, a couple of CLI flag hacks...

I've had a similar issue if I pass in a `dict` that has a `numpy.int64` item along with items of another type. For example, with the following pandas dataframe: ```python...

The extension doesn't appear to be working in JupyterLab running on MyBinder. MyBinder provides a useful ground truth for whether the extension works.

If you are working in a BinderHub environment, you can add startup items to the `.binder/start` file: ``` #!/bin/bash nohup mycommand subcommand & exec "$@" ```

Another proxied service that might benefit from automated start-up is a notebook search engine that can be started when the server starts so that it can index notebooks as they...

@manics I have started looking at various ways of using Jupyter notebook auth and jupyter server proxy as a way of providing auth to other apps. It's often easier to...

@yuvipanda In order to configure lab launcher icons, should you be able to pass a complete set of setup arguments? Eg riffing on your docs example: ``` import os def...

I'm interested in this too. I also wonder where the config files are that are presumably updated when eg a package registers a jupyter-server-proxy entrypoint. Eg docs suggest: > [w]e...