Script Condor - Ipynb - Colaboratory
Script Condor - Ipynb - Colaboratory
ipynb
Pular para o conteúdo principal Comentário Compartilhar
Arquivo Editar Ver Inserir Ambiente de execução Ferramentas Ajuda Última edição em
18 de outubro
Código Texto Conectar
2) Importing packages
[ ] root
# these
= os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
packages are required for obtaining the path to the current file # path to "this" directory
import sys
import inspect
import os
root = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe()))) # path to "this" directory
[ ] import numpy
pandasas
asnp
pd##mathmatics
data science
library
library
import pandas as pd # data science library
[ ] # dependency download
import wget
URL = "https://github.com/Condor-Instruments/actigraphy-tutorials-sample/blob/master/demo-dependencies.zip?raw=true"
if "demo-dependencies.zip" not in os.listdir():
response = wget.download(URL, "demo-dependencies.zip")