From 31951e6a03dc30d58e50547a55155cc8ef48b119 Mon Sep 17 00:00:00 2001 From: clyne Date: Tue, 14 May 2024 09:46:19 -0600 Subject: [PATCH] Added blog for container workshop (#290) * Added blog for container workshop * Update posts/2024/containerize-visualizations-event.md Co-authored-by: Dan Adriaansen * Update posts/2024/containerize-visualizations-event.md Co-authored-by: Dan Adriaansen * Update containerize-visualizations-event.md --------- Co-authored-by: Dan Adriaansen --- .../2024/containerize-visualizations-event.md | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 posts/2024/containerize-visualizations-event.md diff --git a/posts/2024/containerize-visualizations-event.md b/posts/2024/containerize-visualizations-event.md new file mode 100644 index 000000000..b827454b4 --- /dev/null +++ b/posts/2024/containerize-visualizations-event.md @@ -0,0 +1,42 @@ +--- +author: John Clyne +date: 2024-05-07 +tags: tutorial hackathon events +--- + +# Workshop - From Jupyter Notebook to Web Server: Containerizing Interactive Visualizations + +The [ESDS Events Working Group](https://ncar.github.io/esds/about/#events-working-group) is hosting a hybrid workshop on June 20th, from 9am until noon. + + +The event will be hosted at the Mesa Lab, located at 1850 Table +Mesa Dr, Boulder, CO 80305. In order to attend the event virtually, +registered participants will receive an email from Taysia +Peterson roughly one week prior to the event with Zoom details. + +## Registration + +*Coming soon* + +## What is it? + +This workshop guides participants through the process of transforming +an interactive visualization from a Jupyter Notebook into a +Python-based web server. Attendees will learn how to create and run +a containerized version of the web server, gaining practical skills +in containerization and deployment. Additionally, the workshop will +explore automation techniques for building container images and +introduce hosting options available via the CISL On-premise Cloud +Pilot, empowering participants to leverage cloud infrastructure for +their projects. Here is a [link to the code +repository](https://github.com/NicholasCote/nbviz-to-container) +containing a notebook that walks through the workshop content. + +## Who should attend? + +All UCAR staff interested in creating containers to host Python based +interactive visualizations as web servers. + + + +[Code of Conduct](https://www.ucar.edu/who-we-are/ethics-integrity/codes-conduct/participants)