I want to get into literate programming on my code editor, so I decided to try to set up Pweave for Atom (the code editor) by following the steps on this website: http://protips.maxmasnick.com/literate-python-setup-with-pweave-and-atom. But it still isnt working.
I've followed all the steps that are highlighted in the website except i changed the "Python 2" in {"pweave markdown": "Python 2"}
and {"Python 2": "import matplotlib as matplotlib_import_only\nmatplotlib_import_only.use('Agg')\n%matplotlib inline\n%config InlineBackend.figure_format = 'retina'\npython=None"}
to "Python 3".
I expected an output of a notebook to the code:
# This is the title
*backtick backtick backtick*python
print("Hello, World")
*backtick backtick backtick*
But I instead I got the output from the Hydrogen package:
"No kernel for grammar Pweave markdown
found".
Note: The "backtick backtick backtick" stands for ```