GithubHelp home page GithubHelp logo

gorilla-converter's Introduction

gorilla-converter

This is a converter for Gorilla worksheets. Currently it supports to convert from and to Clojupter, but might provide other converters in the future.

Clojupyter support

The converter only copies user supplied input. This means you need to rerun the notebook in jupyter after you have converted. This behaviour makes sense, because notebook behaviour should be reproducible anyway and you should check that it executes correctly after conversion.

Usage

You can run the converter from the command line like this:

lein run -i gmm-iris-roundtrip.clj -o gmm-iris-roundtrip.ipynb convert

You can also use the plain functions to convert strings:

(require '[gorilla-converter.gorilla :as gorilla]
         '[gorilla-converter.jupyter :as jupyter])
		 
;; ... 

(gorilla/gorilla->jupyter gorilla-worksheet-string)

;; ...

(jupyter/jupyter->gorilla jupyter-worksheet-json-string)

Extension

It is possible to implement your own exporter for Gorilla, with the help of an instaparse transform.

TODO

  • provide a common environment for Gorilla and Clojupyter, so that worksheets can be migrated fully automatically

License

Copyright © 2018 Christian Weilbach, Shriphani Palakodety

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.