murphygroup / docker-cellorganizer-jupyter-notebook

CellOrganizer on Jupyter Notebook
http://www.cellorganizer.org
0 stars 1 forks source link

demo3D47 #13

Closed needonature closed 5 years ago

needonature commented 6 years ago
---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-1-574b48740395> in <module>()
     16 
     17 
---> 18 slml2slml(files,options)

/opt/conda/lib/python3.6/site-packages/cellorganizer/tools.py in slml2slml(files, options)
     84     f.write('\n')
     85     for key in options:
---> 86         f.write('{} = {}'.format(option, options[key]))
     87         f.write('\n')
     88     f.close()

NameError: name 'option' is not defined
RuijiaChen commented 6 years ago

I find the mistake, but now, I have no access to docker-python.I send an E-mail to Ivan so I will do it tomorrow. @needonature

RuijiaChen commented 6 years ago

I fix this problem with correcting docker-python package, and make a merge request assigning to ivan.

icaoberg commented 5 years ago

@RuijiaChen I will take care of the merge request tomorrow

Sent with GitHawk

icaoberg commented 5 years ago

@RuijiaChen check the latest version of the demo on

and update Jupyter notebook.

RuijiaChen commented 5 years ago

check latest version of the demo, there's nothing changed @icaoberg