DigNeurosurgeon / TREMOR12P

TREMOR12 automated data processing in iPython
GNU General Public License v3.0
3 stars 2 forks source link

Comment syntax breaks copy and paste #2

Closed cogmind closed 8 years ago

cogmind commented 8 years ago

%matplotlib inline

Row 4. This looks like a MATLAB style comment and will break in Python, if users copy and paste from Jupyter code blocks.

DigNeurosurgeon commented 8 years ago

This is valid IPython code AFAIK

cogmind commented 8 years ago

Yes, sorry I just learned (https://ipython.org/ipython-doc/3/interactive/tutorial.html). I am working on a non-interactive implementation, which should read files from command line arguments. I am just getting started with jupyter.