Giter Site home page Giter Site logo

simson20 / notes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huayue21/notes

0.0 1.0 0.0 67.77 MB

Notes On Using Data Science & Artificial Intelligence To Fight For Something That Matters.

Home Page: https://chrisalbon.com

License: Other

Jupyter Notebook 92.37% HTML 6.10% CSS 1.43% Python 0.09% Dockerfile 0.01% PHP 0.01%

notes's Introduction

notes

This is Chris Albon's collection of personal notes on coding, statistics, machine learning, and technical management. These notes are posted publically at https://ChrisAlbon.com. What is in this repo will not be useful to other folks.

Overview

The master record of a note is either a Jupyter Notebook or a Markdown file. These files are in the content folder. The website HTML is contained in the docs folder.

Full Deploy Procedure

  1. Run make.ipynb to convert the Jupyter Notebooks and associated images into Markdown files.
  2. Run hugo to convert the Markdown files into HTML pages.
  3. Run git add -A
  4. Run git commit -m "commit message"
  5. Run git push

Markdown Head Metadata Example

---
title: "Give Table An Alias"
author: "Chris Albon"
date: 2019-01-28T00:00:00-07:00
description: "Give a table an alias in Snowflake using SQL."
type: technical_note
draft: false
---

Useful Aliases

To reduce the barriers to publishing a new note as much as possible, here are some useful aliases for your .bash_profile:

# Notes Project

# Go to Notes folder
alias nn='cd /Users/chrisalbon/dropbox/cra/projects/notes'

# Go to Notes folder and open Jupyter Notebook
alias njn='cd /Users/chrisalbon/dropbox/cra/projects/notes && jupyter notebook'

# Launch in Hugo server of Notes site
alias nhs='cd /Users/chrisalbon/dropbox/cra/projects/notes && hugo server'

# Publish a new note
alias nnn='cd /Users/chrisalbon/dropbox/cra/projects/notes && git pull && hugo && git add -A && git commit -m "made changes" && gp && git push'

Note that when you run nnn you might be prompted for an application password. You can get that / generate that from GitHub.com in account settings.

To Do

  • Fix Github issues
  • Hunt for minor errors
  • Refactor make.ipynb to make it .py and cleaner

notes's People

Contributors

chrisalbon avatar emilieschario avatar j-yash avatar springcoil avatar

Watchers

James Cloos avatar

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.