Antonio Piccolboni
Antonio Piccolboni
Python 2 will be a dead language in two years' time. The dependencies like ipython going away it the other nail in the coffin. I think @mpastell made the right...
Please describe the steps you took and what you get as opposed to what you expect. The way I do it, I run pweave at the cmd line, open the...
The only package you need is markdown-preview. Not sure why you bring up these other packages. I would suggest asking on an Atom forum or some such, but certainly unrelated...
I see, that is reasonable. Being somewhat experienced with markdown, I couldn't see your point. Imagine someone that comes to pweave and has no atom or markdown experience. Maybe he's...
Maybe chunk option term=True
Painfully debugging this (painfully because one can't run it in ipython, how's that even possible), I got this ``` In : pdb.pm() > /Users/antonio/.local/share/virtualenvs/multitask-learn-XZ3C3iqa/lib/python3.6/site-packages/pweave/processors/base.py(118)_runcode() -> chunk["content"] = module_text[0]["text"].rstrip() (Pdb) module_text...
I was wrong. The failure moves to the next chunk sourcing from a local module. Maybe this is a new variant of #102
As I was preparing a minimal repro, the problem disappeared, in the repro and in the original example, in the same virtualenv. Puzzling. Frustrating. Maddening.
I may have run into a variant of this problem, where I have a `multitask.py` and `multitask_lib.py` in the same directory, and I try to `import multitask_lib` form `multitask.py`. It...
Same workaround works as @stefanproell get me going as well.