Dave Hirschfeld

Results 525 comments of Dave Hirschfeld

It seems slightly fragile. You can provide users a `jupyter mv` tool, but you can't stop them from just using `mv` in the terminal or elsewhere like they are used...

> *Possible workaround: we modify the user's shell environment to replace `mv` and `cp` with shell functions that alias to `jupyter mv` and `jupyter cp` if the working directory is...

It's a great article! I'm planning on sharing it with my users, most of whom are just learning Python.

I'm glad I found this issue - I had no idea what I was doing wrong! 😖 If this works, it would be great if it could be merged. As...

> ... I hit comment but 🙈 https://twitter.com/mariorod1/status/1542189296240713730

In JupyterLab running under JupyterHub on AKS I was getting: socket.gaierror: [Errno -3] Temporary failure in name resolution ```python-traceback ConnectionError: HTTPConnectionPool(host='x86_64-conda-linux-gnu', port=8050): Max retries exceeded with url: /_alive_4af21c1b-0054-433b-9d47-1e11b1c0143e (Caused by...

Great! It didn't click for me that #287 would allow for this. Cheers, and sorry for the noise!

> *It would be possible to implement similarly to what I did in mkdocstrings-Crystal* I think that looks like what I'm after - hyperlinks to actual files on GitHub. For...

I think this will be very useful so am keen to get it in. Are there any blockers here... other than maintainers time to review?