bluesky / bluesky-queueserver

Server for queueing plans
https://blueskyproject.io/bluesky-queueserver/
BSD 3-Clause "New" or "Revised" License
11 stars 20 forks source link

Implementation of 'qserver-console' #271

Closed dmgav closed 1 year ago

dmgav commented 1 year ago

New qserver-console endpoint, which downloads connection info for the running from RE Manager and starts Jupyter Console application. New config_get API, which returns kernel connection info.

The PR contains documentation on IPython mode and tutorials for 'autostart' feature and IPython mode.

Description

Motivation and Context

This PR contain additional features required for full support of IPython mode.

Summary of Changes for Release Notes

Fixed

Added

Changed

Removed

How Has This Been Tested?

Unit tests were implemented.