stat157 / questionnaire

Stat 157 Questionnaire Data Wrangling
1 stars 23 forks source link

How to submit the project #51

Open sunnymh opened 10 years ago

sunnymh commented 10 years ago

My group have pushed everything to our group repository. Should we send a pull request to stat157 to submit the project? Thanks.

aculich commented 10 years ago

I sent an email via bSpace this morning to everyone that describes how to submit the project via the wiki for the class repository:

https://github.com/stat157/questionnaire/wiki/How-To-Submit-Your-Homework

If you have questions or there is anything that is unclear, please let me know by replying to this github issue #51. You should be able to edit the wiki to add your group's project repo.

alexchaomander commented 10 years ago

How do you make a presentation url for the IPython notebook? Is there a way to export it?

carlshan commented 10 years ago

@alexchao56 : You can use nbviewer.ipython.org after creating a Gist on Github:

  1. Copy and paste your final .ipynb code into this newly created Gist
  2. Go to nbviewer.ipython.org and provide the link to this Gist
  3. Your nbviewer presentation should be available!