You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this project aims to provide a fully equipmed docker container for python scientific development.- perhaps variations on this project can be added for more specific tasks in the future
current features
pandas, pymongo, ipython
required features
download vim
setup vimrc
download tmux
setup copy paste
more packages including jupyter, matplotlib, seaborn, datascience
shared file with host
setup ssh connection
setup local git server
below are some useful commands
git
to add a new file to tracking list
git add .
git add
to see status of files
git status
make a local commit
git commit -m "message"
check git log for history
git log
github
add a new repository
gh repo create
add a remote connection between local git and github repository