Cindy
Cindy
This PR supports the "link_shared" project access level. This is to be merged once the rest of the feature is feature-complete.
In a markdown file, add: ``` ``` In the browser console, this shows up:
**Description:** Easy export and/or store the contents of a notebook into an Observable artifacts repository. **Why:** Notebooks are valuable because they are quick ways to explore data. The user can...
**Idea:** Be able to define a data loader cell. For example: ~~~ ```.py {name: requests.csv} import requests resp = results.get("https://random.com") ``` ~~~ This will automatically generate a `requests.csv.py` file with...
This adds test cases for the preview server: - set `verbose = false` - added tests for the web server and server socket