Giter Club home page Giter Club logo

gf-binder's Introduction

gf-binder

Binder

Playing with GF notebooks

Just press the icon above! Note that your changes or any new notebooks you create will not be persistent. That is, if you close your tab and go back later, all changes will be lost!

Making your own shared notebooks

  1. Make a fork of this repo
  2. Clone your forked repo to your local machine
  3. Install docker if you have not already (https://docs.docker.com/engine/install/)
  4. Run the script ./run_locally.sh
  5. Copy and paste the link that the script outputs into your browser (it will be something like: http://127.0.0.1:8888/?token=XXXXXX)
  6. Create any notebooks you want to share in the notebooks/ folder (only stuff created in that folder will be mirrored back to your git repository, all other folders "live" only inside your docker container.)
  7. Commit any notebooks you created to the git repository and push to GitHub.
  8. Go to https://mybinder.org/ and enter the link to your forked GitHub repository.
  9. (Optional) Change this readme and the link on the top logo badge so people can go directly to your notebooks from your GitHub repo.

gf-binder's People

Contributors

okalldal avatar

Watchers

 avatar

gf-binder's Issues

libffi6 and libtinfo5 not installed

I get the following error when trying to launch.

2020-09-25 08:12:58 (9.22 MB/s) - ‘/tmp/gf_3.10-2_amd64.deb’ saved [11286894/11286894]

Selecting previously unselected package gf.
(Reading database ... 12183 files and directories currently installed.)
Preparing to unpack /tmp/gf_3.10-2_amd64.deb ...
Unpacking gf (3.10-2) ...
dpkg: dependency problems prevent configuration of gf:
 gf depends on libffi6 (>= 3.0.4); however:
  Package libffi6 is not installed.
 gf depends on libtinfo5 (>= 6); however:
  Package libtinfo5 is not installed.

dpkg: error processing package gf (--install):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-0ubuntu9) ...
Errors were encountered while processing:
 gf
Removing intermediate container f134a57f8617
The command '/bin/bash -o pipefail -c apt-get update &&     apt-get install --yes --no-install-recommends graphviz git gcc python-dev &&     wget -O /tmp/gf_3.10-2_amd64.deb https://www.grammaticalframework.org/download/gf_3.10-2_amd64.deb &&     sudo dpkg -i /tmp/gf_3.10-2_amd64.deb &&     rm -f "/tmp/gf_3.10-2_amd64.deb" &&     apt-get purge &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 1
Get:5 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [51.0 kB]

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.