Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

CSSLab/Maia-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Maia-Helper

Tools

  • Connecting to the server
  • Python 3
  • Jupyter
    • These lines in the config will allow remote connections, if you assign an open port
    • jupyter notebook --generate-config will make the config file
    • jupyter notebook list will tell you the connection token
c.NotebookApp.open_browser = False
c.NotebookApp.port = OPEN_PORT
c.NotebookApp.ip = '*'
  • Postgres
    • The postgres SQL database is running you can connect to it directly with psql
    • Opening a table with pandas is df = pandas.read_sql_table('summary_per_game_predictions','postgresql:///lichess')
  • Git
    • Please commit you code regularly and push to a repo on Github
  • Meeting notes
    • Before meetins having some bullet points in a shared google doc will be helpful.
    • Using the same doc every week means we can easily keep track of things
    • Please also take notes during the meeting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published