-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
thank you for sharing this tool!
I encounter issues when converting this script with its pre-amble: https://github.com/openPMD/openPMD-api/blob/0.12.0-alpha/examples/2_read_serial.py
The header of the script reads:
#!/usr/bin/env python
"""
This file is part of the ABC.
Copyright 2018-2020 Authors
Authors: Axel Huebl
License: LGPLv3+
"""
import numpy as npSomehow the comment This file is part of the ABC. is interpreted as code and the first two cells look like this:
#!/usr/bin/env python
"""
This file is part of the ABC.Copyright 2018-2020 Authors
Authors: Axel Huebl
License: LGPLv3+
"""
import numpy as npHave you seen this problem before or do you have recommendations on this?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working