Juergen Hasch
Juergen Hasch
Yes, there was a bug in the bitbang initialization. Hopefully it works now. I don't really use the Buspirate anymore, as the SPI implementation is too limited for me.
Autodetect should be fixed now. See the example in the readme.
I added readthedocs automatic documentation generation. I'll see if I can add a few real examples there.
You are correct, I assume Python 3. Thanks for noticing, I will add a note.
Should work now.
This is a leftover from conversion to rst format in the docs. Thank you for letting me know, I will fix it. You can find the notebooks here: https://github.com/juhasch/PhysicalQuantities/blob/master/examples/Index.ipynb
Thanks for the report. Yes, there was a stupid mistake in the new IPython transformer. I should be fixed in PR #114.
Thanks for your interest :-) You can use `transform_line` from `PhysicalQuantities.transform` to do this, see: I use this here for example: https://github.com/juhasch/yamleins/blob/master/yamleins/__init__.py
I guess you mean the toc2 extension for Jupyter classic, not Jupyterlab ? The `template_path` issue with nbextensions has been fixed recently. There is an updated version of `jupyter-nbextensions-configurator` on...