vchrombie/chaoss-microtasks-19

Questions regarding microtask-1

vchrombie opened this issue ยท 4 comments

Feel free to drop a comment if you have any question regarding the microtask-1.

I will be happy to answer you back and take your suggestions. ๐Ÿ™‚

@valeriocos @aswanipranjal
I have a doubt. Is it ok to use external python libraries?

I have used prettytable for printing the CSV file data. I am just curious to know if MyBinder support these.

I have used prettytable for printing the CSV file data. I am just curious to know if MyBinder support these.

I can see that these external libraries cannot be used in mybinder notebooks as they are not installed but this problem can be fixed by adding a cell in the starting to to make sure the used libraries are installed like this

!pip install prettytable

Sorry for the late reply @vchrombie . I don't see any problem to use an external library to print the CSV data.

Ok.
Thanks for the reply @valeriocos. ๐Ÿ™‚