Coder Social home page Coder Social logo

ou-tm351's Introduction

ou-tm351

Scribble pad repo for sharing ideas around TM351 course related s/w...

Not for use as part of the course

To install Python packages versioned as for TM351-17J, run:

pip3 install --ignore-installed -r https://raw.githubusercontent.com/psychemedia/ou-tm351/master/tm351_builder_unversioned/versions/pip_freeze_17J.txt

ou-tm351's People

Contributors

psychemedia avatar th3w4y avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ou-tm351's Issues

Install chardetect commandline tool

The py3 chardet package doesn't seem to install the chardetect command-line command which is part of the py2 package.

May be worth also installing:

pip install chardet

into the py2 environment that is part of the build, which should bring the command line command back in? (Note: we don't make a py2 kernel available for the notebook server.)

Sharing Dropbox / Google Drive folders into the VM

If you add a line into the Vagrantfile just before the provisioner block that runs the mkdir commands:

config.vm.synced_folder "/PATH/ON/HOST", "/vagrant"

you should be able to specify the folder you want to share into the VM. You should create that folder before trying to share it.

To put the new shared directory into effect, reload and reprovision the VM. For example:

vagrant reload --provision

You should put the notebooks into the notebooks folder of that directory.

For example, on a Mac (where ~ is an alias to my home directory), I can create a directory in my dropbox folder ~/Dropbox/TM351VMshare and then map this into the VM using by adding the following line to the Vagrantfile:

config.vm.synced_folder "~/Dropbox/TM351VMshare", "/vagrant"

Note the slight confusion - the shared folder will not now be the folder from which vagrant is run (unless the folder are running from is /PATH/ON/HOST ). The only thing that needs to be in the folder from which vagrant is run is the Vagrantfile and the hidden .vagrant folder that vagrant creates.

Testing frameworks

We need to explore automated test frameworks for checking the TM351 build as per https://github.com/undercertainty/tm351/issues/26 .

The python py.test framework looks appropriate. Need to check things like:

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.