tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

tutorial materials related to data acquisition, management, and analysis

Results 28 tutorials issues
Sort by recently updated
recently updated
newest added

`an_hour_ago` is defined as `now - 60 * 60 *24` which is a day ago Link to the notebook: https://github.com/bluesky/tutorial/blob/master/Let%20Us%20Do%20the%20Bookkeeping%20For%20You.ipynb

The simulated pin hole detector does not wait for the collection time

https://github.com/NSLS-II/tutorial/blob/master/tutorials/Parallelize%20with%20Dask.ipynb contains the invalid scheduler address: ```py SCHEDULER_ADDRESS = 'ae8cfeafc5ad611e88b00021c84f1ed3-1000724570.us-east-1.elb.amazonaws.com:8786 ``` This should be resolved before the user meeting 2019.

Just to avoid some errors I got on WSL2; feel free to disregard if these verbosities would break anything.

Any notebooks (e.g. Fitting.ipynb) that access the Demo Tiled server give an error similar to ClientError: 400: Python Tiled client reports version 0.1.0a91. Version 0.1.0a104 or higher is needed to...

bug

Looks like set_and_wait was changed in release 1.7.0 (2022-08-04) of Ophyd and this breaks the tutorial "ophyd/03 - Staging.ipynb". I tried to figure out what the release notes were trying...

I had this happen for me on all versions of the bluesky tutorial docker image that I tested. The fix was to create a new docker file that correctly updated...