Manim-Notebook / manim-notebook

Simple commands to replicate the manim dev workflow in VSCode
MIT License
5 stars 0 forks source link

Focus ipython terminal on startup #35

Open bhoov opened 6 days ago

bhoov commented 6 days ago

(See this comment)

When starting an interactive session, automatically focus on the iPython terminal that is running Manim (like what happens when an error message occurs)

Right now, a new ipython terminal is silently created "behind" the active terminal window. To prevent confusion, let us automatically switch to this terminal on startup regardless of whether the terminal window is visible or hidden

Splines commented 5 days ago

related to #34

Splines commented 5 days ago

Do you still want this feature even with #33? There, we prevent confusion by showing an indefinite Starting Manim notification.

This workflow would favor the "terminal-free" approach.