abukaj
abukaj
I started working on a generic branch (both Python 2 and 3 compatible). When run in Python 2.7 environment, it switches to Python 2 kernel.
@mpastell Just crossed my mind: have you definitively decided to abandon support for Python 2, or is this still possible in the project to support it? I am thinking either...
I see. My approach is slightly different - I try to keep my code both P2/3 compatible, so I can maintain the support with minimal effort. The only drawback I...
Seems to be problem with the code embedded in source of your document (in the first code chunk). What error message is in the output of the document?
I think by default pweave shall not report exception as raising an exception may be intended behaviour of the code block (e.g. in a tutorial paper). However I think either...
Yes, but there is also FileNotFoundError in the exception handling branch. I informed IPython developers about the issue (ipython/ipython#10753).
May we disable writing the history of weaved files? As an annoying side effect it pollutes IPython history - for example now I have over 8000 sessions like: ``` %matplotlib...
Maybe something like: `$ pweave script.texw --args 'data.csv'` ?
> 3. What about workarounds. What if your pweave doc just opened a file named "data.csv"? Is that clearly inferior? I use 'config.ini' to pass necessary arguments (including filenames) to...
The issue hits quite often given multiple runs of test (ca. every 200 weaves).