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
| var raw_edit = function(notebook){ | |
| var md = notebook.metadata | |
| var textarea = $('<textarea/>') | |
| .attr('rows','13') | |
| .attr('cols','75') | |
| .attr('name','metadata') | |
| .text(JSON.stringify(md, null,4)||''); | |
| var dialogform = $('<div/>').attr('title','Edit the metadata') |
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
| PhaseScriptExecution "Build libpng" /Users/bussonniermatthias/Library/Developer/Xcode/DerivedData/IPython_Notebook-chtqfvhpkbzetzejxlofgplkmygu/Build/Intermediates/iPython_Notebook.build/Debug/libpng.build/Script-1BF40D8B16D5F77200D4FDEB.sh | |
| cd /Users/bussonniermatthias/ipython-notebook | |
| setenv ACTION build | |
| setenv ALTERNATE_GROUP staff | |
| setenv ALTERNATE_MODE u+w,go-w,a+rX | |
| setenv ALTERNATE_OWNER bussonniermatthias | |
| setenv ALWAYS_SEARCH_USER_PATHS NO | |
| setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer | |
| setenv APPLE_INTERNAL_DIR /AppleInternal | |
| setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| %% This file was auto-generated by IPython. | |
| %% Conversion from the original notebook file: | |
| %% recitation4.ipynb | |
| %% | |
| \documentclass[11pt,english]{article} | |
| %% This is the automatic preamble used by IPython. Note that it does *not* | |
| %% include a documentclass declaration. The documentclass is added at runtime | |
| %% to the overall document. |
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
| url_root='http://nbviewer.ipython.org/'; | |
| url=null; | |
| var transform_url = function(href){ | |
| if( href===undefined){return} | |
| if (href.search(/^https?:\/\/nbviewer/) == 0 ){ | |
| console.log('case 1') | |
| return null | |
| } else if (href.search(/^https?:\/\/gist\.github\.com\/(?:\w+\/)?[a-f0-9]+$/) !== -1) { | |
| console.log('case 2') |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>[]</title> | |
| <style type="text/css"> | |
| .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;} | |
| .clearfix:after{clear:both;} | |
| .hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;} | |
| .input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} |