You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BlueSky scan "default" user interface is using ipython in a terminal. This user interface could be improved by adding a Jupyter notebook service that can run the same scans and interact with the data to plot/display.
Add a docker container running the jupyter notebook service and an example notebook, demonstrating a scan and data interaction.
A first working example has been created on my branch https://github.com/8ryn/tomoscan/tree/jupiter_dev
Currently the code folder where the Jupyter notebook is stored is mounted to the docker container. It may be better to copy the file during the creation of the Jupter Docker container instead.
The BlueSky scan "default" user interface is using ipython in a terminal. This user interface could be improved by adding a Jupyter notebook service that can run the same scans and interact with the data to plot/display.
Add a docker container running the jupyter notebook service and an example notebook, demonstrating a scan and data interaction.
Requires #11
Not strictly required for the first demo but would be nice to have if time permits.
The text was updated successfully, but these errors were encountered: