-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tiled integration #24
base: main
Are you sure you want to change the base?
Conversation
Tiled integration
Two more considerations for
To that end, some thoughts to consider:
server = TempTiledServer()
from_uri(server.url) # server.url is 'http://localhost:8000?api_key=<random hex>' Just an idea. I do think it's nice to pass a string to |
Great ideas! thank you, Dan. Refernced in bluesky/tiled#826. |
I see use cases for setting a deterministic non-temporary directory: create data in one notebook, analyze it in another. Maybe we should go back from We can potentially use the rich repr in Jupyer to communicate something about how this is a special approach and what the CLI equivalent is. |
A tutorial on implementing the integration of Tiled and Bluesky.