Thomas Kluyver

Results 999 comments of Thomas Kluyver

I've started playing with an implementation that uses the mtime of the `site-packages` directory to check if the cache is valid. For eggs, it skips that, because the egg filename...

* Network filesystems? I'd have to investigate more, but they're generally the bane of trying to do anything clever with files.

Are there any errors in the browser's Javascript console when the icons fail to show up?

I think #37 fixes the same issue in a neater way.

@chjj I think this can be closed now that #37 is merged.

@Carreau and @KesterTong already built something like this called [MixedContentsManager](https://github.com/jupyter/jupyter-drive/blob/master/jupyterdrive/mixednbmanager.py) as part of a project to integrate Jupyter with Google Drive. It hasn't been touched for a while, but maybe...

This line isn't going to do what you think: ``` os.system('export LD_LIBRARY_PATH=/usr/local/cuda-7.5/lib64:$LD_LIBRARY_PATH') ``` `os.system()` starts a new process to run the system command. You're changing the environment variable in the...

The test is about the maximum number of simultaneous terminals that can be open. After checking that max+1 fails, it closes one and then tries to open a new one,...

If you run `jupyter nbextension disable cite2c/main`, it won't be loaded. It will still be left on your system - we haven't really thought about a mechanism to uninstall nbextensions...