This quick guide for getting a Jupyter Notebook up and running on Bridges, a supercomputer managed by the Pittsburgh Supercomputing Center. Bridges is a new machine designed to accommodate non-traditional uses of High Performance Computing (HPC) resources like data science and digital humanities. Bridges is available through XSEDE, which is the system that manages access to multiple supercomputing resources. Through XSEDE, Bridges is available researchers or educators at US academic or non-profit research institutions (see the XSEDE eligibility policies) Allocations are free, but there is a somewhat difficult to understand application process filled with jargon and acronyms that take time to understand. See the XSEDE getting started guide for more information about getting acc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import marimo | |
| __generated_with = "0.14.17" | |
| app = marimo.App(width="medium", auto_download=["html"]) | |
| @app.cell | |
| def _(initial_story, mo): | |
| # "Once upon a time in {place} there lived a boy named {name}. He liked to {verb} and {verb} all day long." | |
| story_template = mo.ui.text_area(value=initial_story, ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import marimo | |
| __generated_with = "0.14.17" | |
| app = marimo.App(width="medium", auto_download=["html"]) | |
| @app.cell | |
| def _(initial_story, mo): | |
| # "Once upon a time in {place} there lived a boy named {name}. He liked to {verb} and {verb} all day long." | |
| story_template = mo.ui.text_area(value=initial_story, ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import marimo | |
| __generated_with = "0.14.17" | |
| app = marimo.App(width="medium", auto_download=["html"]) | |
| @app.cell | |
| def _(): | |
| # Python Mad Libs |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
I hereby claim:
- I am mcburton on github.
- I am mcburton (https://keybase.io/mcburton) on keybase.
- I have a public key whose fingerprint is BD01 5E7A A68D A72F 1D21 95EE 6660 20F2 EAAB 9E69
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DATE=`date +%d%b%y` | |
| BIBLIOGRAPHY=/Users/mcburton/Dropbox/zotero/library.bib | |
| REFERENCE=reference.docx | |
| num = 1,2,3,4,5,6 | |
| CHAPTERLIST := chapter-[$(num)]-*.md | |
| .PHONY: draft | |
| draft: |
I can be contacted via email mcburton (at) umich.edu or twitter @mcburton
13 Questions for DH Bloggers:
-
When did you start your blog (career wise: as a grad student, undergrad, etc)?
-
Why did you decide to start blogging?
-
How do you host your blog, i.e. Do you use a generic web-host like Dreamhost with Wordpress, do you use a blogging service like Blogger.com?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from bottle import route, run, template, static_file, error, SimpleTemplate | |
| ## this is a test | |
| @route('/') | |
| def home(): | |
| return base_template.render(title="hi", content="what?") | |
| @route('/static/<filename>') | |
| def static(filename): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------ BEGIN WORKFLOW ------------ | |
| { | |
| "actions" : [ | |
| { | |
| "class" : "WorkflowActionStoreVariable", | |
| "pauseBeforeRunning" : false, | |
| "customTitle" : "Set Bibliography Filename", | |
| "parameters" : { | |
| "name" : "Bibliography Filename", | |
| "value" : { |
NewerOlder