Created
November 12, 2016 21:45
-
-
Save dmmfll/f577f566035d398bf05285906e1b24f8 to your computer and use it in GitHub Desktop.
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
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Hi, Ryan, \n", | |
"\n", | |
"I ran your code. Nice job!" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": 1, | |
"metadata": { | |
"collapsed": false | |
}, | |
"outputs": [], | |
"source": [ | |
"import os\n", | |
"\n", | |
"curdir = os.path.abspath(os.curdir)\n", | |
"os.chdir(curdir)\n", | |
"\n", | |
"jasmine = os.path.join(curdir, 'loneliest-chatroom')\n", | |
"os.chdir(jasmine)" | |
] | |
}, | |
{ | |
"cell_type": "code", | |
"execution_count": null, | |
"metadata": { | |
"collapsed": true | |
}, | |
"outputs": [], | |
"source": [ | |
"from goodmeasure_cli.html_checker import get_display_lines\n", | |
"from IPython.display import display, Markdown\n", | |
"\n", | |
"url = ''\n", | |
"display(Markdown(get_display_lines(url)))" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"http://learn.wyncode.co/submissions/39309" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0: https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Question\n", | |
"\n", | |
"Weekend assignments" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Question Code" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Dialogue\n", | |
"\n", | |
"This weekend’s assignments are designed to target specific areas. You should work on the one that targets an area of weakness. You are not limited to completing only one assignment. In fact, we strongly recommend if you finish one, to move on to another.\n", | |
"If your blocker is JavaScript and/or jQuery, your task is to finish the Loneliest Chatroom. You should already have the necessary files to get started.\n", | |
"If your blocker is Rails, please complete the following assignment: Click me!\n", | |
"If you want to learn how to begin implementing tests, complete the RSPEC Contact Manager\n", | |
"For those who wish to practice their design skills: Apple Homepage\n", | |
"You are not done when you have finished any one or all of these. Remember always keep hustling. If you want more work to do PLEASE slack anyone on the tech team so we can assign reach goals.\n", | |
"Ryan Stone marked this submission as open\n", | |
"Ryan Stone commented 4 days.\n", | |
"https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0\n", | |
"Leave a Comment\n", | |
"View Markdown Syntax" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Suggested Responses" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Student Name\n", | |
"\n", | |
"Ryan Stone" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": {}, | |
"source": [ | |
"Github Url\n", | |
"\n", | |
"https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0" | |
] | |
} | |
], | |
"metadata": { | |
"kernelspec": { | |
"display_name": "Python 3", | |
"language": "python", | |
"name": "python3" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 3 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython3", | |
"version": "3.4.3" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 0 | |
} |
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
# coding: utf-8 | |
# Hi, Ryan, | |
# | |
# I ran your code. Nice job! | |
# In[1]: | |
import os | |
curdir = os.path.abspath(os.curdir) | |
os.chdir(curdir) | |
jasmine = os.path.join(curdir, 'loneliest-chatroom') | |
os.chdir(jasmine) | |
# In[ ]: | |
from goodmeasure_cli.html_checker import get_display_lines | |
from IPython.display import display, Markdown | |
url = '' | |
display(Markdown(get_display_lines(url))) | |
# http://learn.wyncode.co/submissions/39309 | |
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0: https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0 | |
# Question | |
# | |
# Weekend assignments | |
# Question Code | |
# Dialogue | |
# | |
# This weekend’s assignments are designed to target specific areas. You should work on the one that targets an area of weakness. You are not limited to completing only one assignment. In fact, we strongly recommend if you finish one, to move on to another. | |
# If your blocker is JavaScript and/or jQuery, your task is to finish the Loneliest Chatroom. You should already have the necessary files to get started. | |
# If your blocker is Rails, please complete the following assignment: Click me! | |
# If you want to learn how to begin implementing tests, complete the RSPEC Contact Manager | |
# For those who wish to practice their design skills: Apple Homepage | |
# You are not done when you have finished any one or all of these. Remember always keep hustling. If you want more work to do PLEASE slack anyone on the tech team so we can assign reach goals. | |
# Ryan Stone marked this submission as open | |
# Ryan Stone commented 4 days. | |
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0 | |
# Leave a Comment | |
# View Markdown Syntax | |
# Suggested Responses | |
# Student Name | |
# | |
# Ryan Stone | |
# Github Url | |
# | |
# https://www.dropbox.com/sh/u35xkz6p2byd859/AAANdoWQbChls9rSOcdfcifBa?dl=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment