yt-project / libyt

In-situ analysis with yt
https://libyt.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Reload/Refresh Inline Script During Runtime #60

Closed cindytsai closed 1 year ago

cindytsai commented 2 years ago

Reload/Refresh Inline Script During Runtime

We might want to analyze the data dynamically and get the response from the inline analysis directly, just like using ipython during runtime.

Features

Enhancement

~- [ ] Colorful python prompt terminal~ ~- [ ] Indent~

Working Procedure

When to enter and exit interactive mode

  1. Run user script in try --> stop if it goes wrong
  2. Detect LIBYT_STOP file --> stop if detected

In interactive mode

TODOs

Problems

Makefile

Tests

cindytsai commented 1 year ago

Done!