franzhaas
franzhaas
I have observed the same issue. right now i use pipenv --rm && pipenv sync as a workaround.
I just checked on pipenv, version 2022.1.8. aparently id does claim to newly lock, but in the end it did what it was suposed to, remove all the surplus packages....
Ok, thanks this makes sense now...
I just checked, it is still an issue with 5.2.0.
Hi. I just tried your example, and it works on my machine. I used current master and Python 2.7.10, on linux What version did you use? Best regards, Franz
I installed with git clone https://github.com/mkwiatkowski/pythoscope cd pythoscope/ python setup.py install and it worked for me. I tried the same method you used and it failed just like on your...
@bollwyvl .: Is there still something I need to do? Something i overlooked? Thanks, Franz
- i believe to much changes happened in the meantime...
I currently call nbconvert twice. Once to get the ipynb files from the myst files, and once to convert those to the target file format... i am happy with that...
Is there also a way to have this set in the standalone HTML file?