Sunday, August 9, 2020

PSF GSoC students blogs: Weekly Check-in #11

Hello!

What did you do this week?

Download modal in the GUI has now tabs for downloading result, downloading notebook and copy notebook cells. Added test coverage for the copy notebook feature. Working on notebook template for cluster analysis.

What is coming up next?

Complete the template for cluster analysis. Also complete the unfinished part of cluster status feature.

Did you get stuck anywhere ?

Nope



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...