Skip to content

Commit

Permalink
Merge pull request swcarpentry#72 from eddelbuettel/feature/remove-ip…
Browse files Browse the repository at this point in the history
…ython

removing IPython as we do not have "room" to add R
  • Loading branch information
abbycabs committed Apr 30, 2015
2 parents d096f9f + 56506dd commit 95a18c6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions 00-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,28 +59,5 @@ You can change some SQLite settings to make the output easier to read:
MSK-4 -48.87 -123.4


#### IPython notebook

Create a new IPython notebook and run

import sqlite3

This should complete without an error.

In another cell, run

%install_ext https://raw.githubusercontent.com/benwaugh/sql-novice-survey/gh-pages/code/sqlitemagic.py

This should give the following output:

Installed sqlitemagic.py. To use it, type:
%load_ext sqlitemagic

Run this command as intructed, and then in a new cell run this:

%%sqlite survey.db
select * from Site

You should see the contents of the <code>Site</code> table.


0 comments on commit 95a18c6

Please sign in to comment.