Administrative


In [3]:
! jupyter nbconvert --to html README.ipynb


[NbConvertApp] Converting notebook README.ipynb to html
[NbConvertApp] Writing 276313 bytes to README.html

replace _static with css in _build/html

find . -name "*.html"| xargs sed -i "bak" 's/_static/css/g'


In [9]:
! cd ../../../../../Free_Music/vaidki-ganit/; pwd; cd -


/Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Free_Music/vaidki-ganit
/Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Vocabulary/childrenseducation/subject/mathematics/class1

In [32]:
cd /Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Free_Music/vaidki-ganit


/Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Free_Music/vaidki-ganit

In [37]:
ls

In [36]:
mv वैदिक* /Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Vocabulary/childrenseducation/subject/mathematics/class1/.

In [38]:
cd /Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Vocabulary/childrenseducation/subject/mathematics/class1


/Users/amitkumarsingh/Documents/Yogeek/yogeek/tools/Vocabulary/childrenseducation/subject/mathematics/class1

In [ ]:


In [4]:
import pandas as pd 
import gspread 
from oauth2client.service_account import ServiceAccountCredentials

In [8]:
scope = ['https://spreadsheets.google.com/feeds']

In [9]:
pwd


Out[9]:
'/Users/amitkumarsingh/Documents/Yogeek/aksinghdce.github.io'

In [11]:
#credentials = ServiceAccountCredentials.from_json_keyfile_name('../yogeek/tools/Vocabulary/childrenseducation/tools/googlesheetsapi/client_id.json', scope)

In [ ]: