{% extends "html/notebook/base_aux.html" %} {# INPUT: - worksheet - an instance of Worksheet - username - a string containing a username - filename_ - the name of the file - file_is_image - a boolean stating whether the file is an image - file_is_text - a boolean stating whether the file is a text file - text_file_content - a string containing the content of a text file #} {% set path = "/home/%s/data/%s"|format(worksheet.filename(), filename_) %} {% block sharebar_title %} Data file: {{ filename_ }} {% endblock %} {% block after_sharebar %}
You may download {{ filename_ }} or create a linked copy to the worksheet or delete {{ filename_ }}.
Access {{ filename_ }} in this worksheet by typing DATA+'{{ filename_ }}'. Here DATA is a special variable that gives the exact path to all data files uploaded to this worksheet.