epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

Add offline compilation for repeated inputs #23

Closed Lut99 closed 1 year ago

Lut99 commented 1 year ago

To fully support the jupyter notebook case, we should also make a "stateful offline compilation" option to the brane CLI tool (following commit e80a0d1). It shouldn't be very hard - repeatedly asking for input with Ctrl+C handling should do the trick.

Lut99 commented 1 year ago

Fixed by adding the new branec executable (see 05decdf)