Thomas Kluyver
Thomas Kluyver
OK, the release is done now, after a brief hiccup with the CI.
HDF group made a JIRA issue for this: https://jira.hdfgroup.org/browse/HDFFV-11360
For the integer divisions: I was porting another project some time ago and wanted to find all division operations to check if they were using integers. So I built a...
For now, the [docs on the sys module](https://docs.python.org/3/library/sys.html) say that `sys.path` should only contain strings: > A program is free to modify this list for its own purposes. Only strings...
Is it possible that it finds more than one entry point with the name `TST`? I see flake8 was using `get_group_all`, which allows multiple entry points with the same name....
It definitely makes sense as a feature request. I may not get to adding it any time soon, though.
[main.js](https://github.com/takluyver/cite2c/blob/master/cite2c/nbext/main.js) implements the UI to find and insert citations. [rendering.js](https://github.com/takluyver/cite2c/blob/master/cite2c/nbext/rendering.js) is responsible for interacting with citeproc-js to render the citations in Markdown cells.
You're doing the right thing, I don't know why it wouldn't work. Maybe SMC is on an old version of IPython, although I thought they tended to update quickly. Can...
It's possible that the copy of `IPython` that gets imported from the command line is different from the copy the server is using. The kernel-switching features require at least version...