CASCI-lab / CANA

CANAlization: Control & Redundancy in Boolean Networks
https://casci-lab.github.io/CANA/
MIT License
22 stars 15 forks source link

Cannot import cana in jupyter notebook #12

Closed ghostintheshellarise closed 4 years ago

ghostintheshellarise commented 4 years ago
`---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-4-57c2183a28c2> in <module>
----> 1 import cana

~/opt/anaconda3/envs/CANA/lib/python3.6/site-packages/cana/__init__.py in <module>
     18 
     19 #
---> 20 from boolean_network import BooleanNetwork
     21 from boolean_node import BooleanNode
     22 from utils import *

ModuleNotFoundError: No module named 'boolean_network'`