
Notebooks pro app sharing error download#
You can easily create files in your notebook and allow your users to download them. You can read more about widgets in our documentation. It will be a text displayed above (or near) the widget. Widget labelįor each input we need to define a label. It can be: text, slider, range, select, checkbox, numeric, file. To define the widget you need to select the input type. The name should be a valid Python variable. It will correspond to the variable in the code. Widgets in Mercury are text, slider, range, select, checkbox, numeric, file.ĭefinition of the widget (in params) starts with the widget name. Read more about available widgets in params in the documentation.ĭefine widget with YAML Available widgets Each parameter should have an unique name that corresponds to the variable name used in the code.

They will be displayed as interactive widgets in the sidebar.

The last option is list the groups of users that can see the notebook, for example group1, group2 - all users in the group1 and group2 will be able to see the notebook. It can be set to the list of users, for example username1, username2, username3, which means that only users with username on the list can see the notebook. It can be set to private which means that only authenticated users can see the notebook. Default is set to public which means that all users can see the notebook. share - the comma separated list of users that can see the notebook.If set to True prompt information will be displayed for each cell in the notebook.
Notebooks pro app sharing error code#
It decides if the notebook's code will be displayed or not. description - string describing the content of the notebook.author - string with a author name (optional).It is used in the app sidebar and the gallery view. title - string with a title of the notebook.

Below examples of how it should look like in the Jupyter Notebook and Jupyter Lab: It should start and end with a line containing "-". The YAML configuration should be added as a Raw cell in the notebook. You need to add YAML at the beginning of the notebook to be able to run it as a web application in the Mercury. 🛠️ Convert Notebook to web app with YAML You can easily do interactive slides from the notebook and serve them with Mercury.
