I have converted IPYNB format to PY format. It looks some what similar to that of jupyter notebook. [with cell number etc.]
E.g.:
#!/usr/bin/env python
# coding: utf-8
# In[19]:
e = 4
# In[25]:
if 'x' == 10
- if i convert this "PY format" back to "IPYNB format", i am getting entire program in the same cell, although we have cell numbers to differentiate
- Is there anyway to convert "PY format" back to "IPYNB format", with different cells, because I don't have the IPYNB files.