Skip to content

Instantly share code, notes, and snippets.

@mohdsanadzakirizvi
Last active October 16, 2019 06:39
Show Gist options
  • Save mohdsanadzakirizvi/18a69146e716d889c31575791c6c80be to your computer and use it in GitHub Desktop.
Save mohdsanadzakirizvi/18a69146e716d889c31575791c6c80be to your computer and use it in GitHub Desktop.
%include "EnableIPythonDisplay.swift"
IPythonDisplay.shell.enable_matplotlib("inline")
import Foundation
import Python
let os = Python.import("os")
let plt = Python.import("matplotlib.pyplot")
os.system("git clone https://github.com/mohdsanadzakirizvi/swift-datascience.git")
os.chdir("/content/swift-datascience")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment