Giter Club home page Giter Club logo

pythonnotes's Introduction

UBC-MOAD Group Python Notes

This is a repo for Jupyter notebooks and notes in other forms about Python usage, idioms, and techniques that the UBC-MOAD group thinks are important, interesting, helpful, or just cool.

Please feel free to contribute your knowledge to existing notebooks, or add new ones. For the moment this is just a single directory to keep things simple; perhaps we will categorize things into sub-directories if things get unweildy.

The notebooks will probably render just fine if you click on them in the GitHub web interface. You can also render them with things like the Javascript code-hiding button on nbviewer at https://nbviewer.org/github/UBC-MOAD/PythonNotes/tree/master/

This repo is linked to the #moad-python-notes channel in the SalishSeaCast Slack workspace. Update notifications will appear there whenever anything is pushed to this repo. You can discuss things in the repo and ask questions there, or you can open an issue on GitHub. Issues have the advantage of keeping discussion threads together a little more seamlessly than having to remember to reply to a thread instead of just posting the the Slack chanel, but use whatever works best for you. Issue notifications will also appear in the Slack channel.

If you want to run the notebooks in this repo locally:

  1. Clone the repo

  2. Create a conda environment (called moad-python-notes) containing the Python packages that the notebooks use with:

    cd PythonNotes
    conda env create -f environment.yaml
    
  3. Activate the conda environment with conda activate moad-python-notes

  4. Launch jupyter lab or jupyter notebook

If you are adding a new notebook that requires one or more Python packages that are not already in the conda environment:

  1. Add the package(s) to the dependencies: list in environment.yaml

  2. Update your activated conda environment with:

    conda env update -f environment.yaml
    
  3. Commit your change to environment.yaml (separately, or with your new notebook), and push the changes to GitHub

License

https://www.apache.org/licenses/LICENSE-2.0

The UBC EOAS MOAD Group PythonNotes notebooks and files are copyright 2020 โ€“ present by the UBC EOAS MOAD Group and The University of British Columbia.

They are licensed under the Apache License, Version 2.0. http://www.apache.org/licenses/LICENSE-2.0 Please see the LICENSE file for details of the license.

pythonnotes's People

Contributors

bmooremaley avatar brogalla avatar douglatornell avatar e-olson avatar rbeutel avatar susaneallen avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

pythonnotes's Issues

Change default branch name to main

  • Change default branch name from master to main
  • Add default branch protection rule to main branch
  • Update clones to use main as default branch name (commands below):
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

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.