Tony Hirst

Results 404 comments of Tony Hirst

Will a user be able to havr two different workspaces open in different browser tabs for the same jupyterlite environment?

Does https://github.com/datalayer/jupyter-react/ help at all? Recent commits suggest support for JupyterLite is in the works...

Trying this PR, I don't seem to be able to create a project with a given name? (All projects are created as `Untitled`?) Example notebook [here](https://github.com/ouseful-PR/openrefineder/blob/master/notebooks/OpenRefine%20Demos.ipynb) that can [run via...

Creating a new project in OR 3.1 fails for me; works okay-ish with OR 2.8, although the project is created as `Untitled`.

Do you have any minimal working examples of how to do reconciliation?

Hi In order to try to implement making the window draggable or resizable, where would I need to look in the code?

@WillKoehrsen This magic — https://github.com/catherinedevlin/ipython-sql — is quite a rich one (I think a Slack magic could be easier), but it demonstrates a feature that might be useful for a...

Here's another thought on the side... In terms of notification-style working, [jupyter-notify](https://github.com/ShopRunner/jupyter-notify) provides *"Jupyter magic for browser notifications of cell completion"*. Just prefix a long running cell with` %%notify` and...

I tried to get things running on a Mac with: ``` brew install icu4c brew link icu4c --force ``` with no joy, but then trying: ``` pip3 install pyicu pip3...