Nikesh Bajaj
Nikesh Bajaj
I think, they take time to be available on https://nbviewer.org. It sometime takes couple of days, sometime a little more. But I didn't find any solution to resolve this, immediately.
It is a little frustrating. There are a few other options to have a quick rendered html file. 1. Download notebook as html, upload it to github repo (e.g. Notebooks)...
Good idea! @tooyangtoonaive , shouldn't be difficult to do that. I will keep that in mind for next release. Thanks
Hi @tooyangtoonaive , I just updated new version 1.0.7 with Implementation of Galois LFSR Here is an example For 5-bit Fibonacci LFSR ``` from pylfsr import LFSR L = LFSR(fpoly...
Same Issue, For some reason, this is working ``` html: extra_footer: | ``` But ``` html: extra_navbar: | ``` or ``` html_theme_options: extra_navbar : > HELLO-TEST ``` both are not...
Hi got the same issue, if I use ``` sphinx: config: html_theme_options: use_download_button: false ``` then not only download button is gone, but also repository button too and the title...
Hi @shotgunman , Thanks for reporting it. I see that the scipy version>1.12.0 has relocated the functions imports for `blackmanharris`, `triang`. However, it still works well till scipy version 1.12.0....
With new release version of [spkit 0.0.9.6.8](https://pypi.org/project/spkit/0.0.9.6.8) this issue is fixed.