Skip to content

dansteingart/MAE_424_534_Spring_2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Princeton MAE 424/534 Spring 2018

Electrochemical Energy Storage


What's Here

  • Python Notebooks
  • Python Code

How To Run

All of this code is designed to be run in a pithy docker container.

How To Do The Things

  1. Download Docker for your platform

  2. On a command line run

    docker run -dit \
        -p 8080:8080 \
        -p 8888:8888 \
        steingart/pithy pithy
    
  3. On your computer

  1. Go to http://localhost:8080/token_list

    • press r on the upper right
    • you'll get a weird string. copy it.
  2. Go to http://localhost:8888

    • paste the code from the previous page in

You're good to go with pithy now

To download this repo into your jupyter lab space, within the jupyter lab open a terminal and then type

git clone https://github.com/dansteingart/MAE_424_534_Spring_2018

Now you're good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published