datascience
Here are 2,801 public repositories matching this topic...
-
Updated
Mar 23, 2022
-
Updated
Jun 2, 2022 - Python
-
Updated
Jun 2, 2022 - Python
-
Updated
Dec 18, 2021 - Jupyter Notebook
We currently have read and write capabilities but do not support deleting. We could add a few calls like delete delete_all and some recursive way of deleting.
-
Updated
May 25, 2022
-
Updated
May 16, 2022 - HTML
-
Updated
Nov 26, 2021 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Apr 29, 2022 - R
-
Updated
Aug 14, 2021 - Jupyter Notebook
-
Updated
May 27, 2022 - R
Code improvements
- correcting handling asserts
- replacing
assert conditionwith the pattern
if not condition: raise AssertionError()
- replacing
Let's prepare a mixin for interacting with Roles and Policies with the Python client, in case users want to use the API directly.
Do not only have the list, get etc, but also utility methods, such as updating a default role. It should wrap the following logic:
import requests
import json
# Get the ID
data_consumer = requests.get("http://localhost:8585/api/v1/roles/name/DataCo-
Updated
May 30, 2022 - Python
-
Updated
Jun 2, 2022 - Python
-
Updated
May 30, 2022 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Aug 8, 2019 - Jupyter Notebook
-
Updated
May 30, 2022 - R
-
Updated
May 2, 2022 - Jupyter Notebook
-
Updated
Dec 18, 2021 - Jupyter Notebook
Running
echo '# %% foo' > tmp.pyfollowed by opening it in VS Code and executing 'Jupyter: Export file as Notebook' from the command palette removes the comment.
Would be cool if it was placed at the start of a cell instead.
