This file contains 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 json | |
import io, os, sys, types | |
import boto3 | |
from IPython import get_ipython | |
import nbformat | |
from IPython.core.interactiveshell import InteractiveShell | |
S3_BUCKET_NAME = 'my-very-cool-bucket' | |
''' |
This file contains 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
<html> | |
<head> | |
<script src="{{url_for('static', filename='jquery-1.7.2.min.js')}}" type="text/javascript"></script> | |
<script src="{{url_for('static', filename='bootstrap.js')}}" type="text/javascript"></script> | |
<link type="text/css" rel="stylesheet" href="{{url_for('static', filename='bootstrap.css')}}" /> | |
<link type="text/css" rel="stylesheet" href="{{url_for('static', filename='bootstrap-responsive.css')}}" /> | |
<style> | |
.completed_list { | |
position: relative; |
This file contains 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
what's up | |
jquery-1.7.2.min |