Thomas Wood
Thomas Wood
I would suggest a rewrite to use urlencode and urlparse. Like this: ``` from urllib.parse import urlencode, urlparse, parse_qs my_gitweb_url = "https://my-local-gitweb/gitweb/?p=my-repo.git;a=blob_plain;f=path/my-notebook.ipynb;hb=HEAD" full_nbviewer_url = 'http://localhost:8080/url?' + urlencode({"url":my_gitweb_url}) print (full_nbviewer_url) #...
Hi @samvelkoch, Thank you for the feedback and apologies for the late reply. The reason why this is not possible is that in order to calibrate Burrows Delta versions into...
Hi @Francois-Rolland thanks so much for the feedback and please forgive my late reply. I have now upgraded the library to 1.0.15. It works with Python 3.12 but you need...