I tried a import according to the Cadabra book section 4.2.1. However, it seems not to work, neither from the Cadabra notebook nor from jupyter.
- the library.cnb file is found, no error message (as opposed to the case when I import a non-existing file)
- no error message on import
- however, the content seems not to be imported, in the example "ex;" leads to an error message "NameError: name 'ex' is not defined"
As stated above, this happens both from Jupyter and from Cadabra graphical interface.
When trying from CLI, I get an error "cannot parse json file" when importing.
Am I doing something wrong or is the import broken?