Skip to content

MUSA-620-Fall-2019/week-13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 13
From Notebooks to the Web: Github Pages, Web Servers, and Dash

Binder

Updating your local environment

There are a few new packages we'll need this week so we'll need to update your Python environment.

The environment.yml in this repository contains all of the necessary packages. To update your local environment:

Step 1. Download the environment.yml file in this repository to your computer.

Important: Make sure you download the raw version of the file from GitHub and that the file extension on your computer is .yml.

Step 2. From either the Anaconda Prompt (Windows) or Terminal app (MacOS):

conda env update --file environment.yml --name musa-620

where musa-620 should be the same name of the environment you have been using.

Github Pages Template

See the Github Pages Starter template repository at: https://github.com/MUSA-620-Fall-2019/github-pages-starter/

Steps

  • Click on the "Use this template" button to create a new repository.
  • Choose a new name for your new repository
  • Go to the Settings section of your new repository, scroll down to the "Github Pages" section, and select the "Master" as the branch to be used for GitHub pages. This will automatically build the website.
  • Customize your site
    • Enter your site name, description, etc by editing the _config.yml file.
    • There are 3 different ways that you can make changes to your blog's files:
      • Edit files within your in the browser at GitHub.com
      • Use a third party GitHub content editor, like Prose by Development Seed.
      • Clone down your repository and make updates locally, then push them to your GitHub repository.
  • Publish a post
    • Posts are written in Markdown and any files added to the _posts directory will be automatically uploaded and published
    • Useful resource: Markdown Cheatsheet

Reference

About

From Notebooks to the Web: Github Pages, Web Servers, and Dash

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published