From b9695a236f380dd335067f572a7024c5c1b13c39 Mon Sep 17 00:00:00 2001 From: John Clyne Date: Tue, 7 May 2024 14:51:56 -0600 Subject: [PATCH 1/4] Added blog for container workshop --- .../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..6916b765a --- /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 be receiving an email from Taysia +Peterson roughly one week prior to the event with Zoom details. + +## Registration + +*Comming 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? + +Anyone 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) From 358285476e6b8626e3f825ebf97483776fa34fea Mon Sep 17 00:00:00 2001 From: clyne Date: Tue, 7 May 2024 16:29:29 -0600 Subject: [PATCH 2/4] Update posts/2024/containerize-visualizations-event.md Co-authored-by: Dan Adriaansen --- posts/2024/containerize-visualizations-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024/containerize-visualizations-event.md b/posts/2024/containerize-visualizations-event.md index 6916b765a..194752c09 100644 --- a/posts/2024/containerize-visualizations-event.md +++ b/posts/2024/containerize-visualizations-event.md @@ -11,7 +11,7 @@ The [ESDS Events Working Group](https://ncar.github.io/esds/about/#events-workin 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 be receiving an email from Taysia +registered participants will receive an email from Taysia Peterson roughly one week prior to the event with Zoom details. ## Registration From f9a3ed5687481b9cf07cc8fb8a2ca73cddb3afe3 Mon Sep 17 00:00:00 2001 From: clyne Date: Tue, 7 May 2024 16:29:35 -0600 Subject: [PATCH 3/4] Update posts/2024/containerize-visualizations-event.md Co-authored-by: Dan Adriaansen --- posts/2024/containerize-visualizations-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024/containerize-visualizations-event.md b/posts/2024/containerize-visualizations-event.md index 194752c09..658a246d8 100644 --- a/posts/2024/containerize-visualizations-event.md +++ b/posts/2024/containerize-visualizations-event.md @@ -16,7 +16,7 @@ Peterson roughly one week prior to the event with Zoom details. ## Registration -*Comming soon* +*Coming soon* ## What is it? From b1c302cbea7b7cbc421c4c85188f98840e9e981f Mon Sep 17 00:00:00 2001 From: clyne Date: Mon, 13 May 2024 15:55:33 -0600 Subject: [PATCH 4/4] Update containerize-visualizations-event.md --- posts/2024/containerize-visualizations-event.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2024/containerize-visualizations-event.md b/posts/2024/containerize-visualizations-event.md index 658a246d8..b827454b4 100644 --- a/posts/2024/containerize-visualizations-event.md +++ b/posts/2024/containerize-visualizations-event.md @@ -34,7 +34,7 @@ containing a notebook that walks through the workshop content. ## Who should attend? -Anyone interested in creating containers to host Python based +All UCAR staff interested in creating containers to host Python based interactive visualizations as web servers.