datascience
Here are 2,886 public repositories matching this topic...
-
Updated
Jun 9, 2022
-
Updated
Jul 27, 2022 - Python
-
Updated
Jul 27, 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
Jul 22, 2022
-
Updated
Jul 23, 2022 - HTML
-
Updated
Jun 4, 2022 - Python
-
Updated
Apr 1, 2021 - Jupyter Notebook
-
Updated
Aug 14, 2021 - Jupyter Notebook
-
Updated
Apr 29, 2022 - R
-
Updated
Jul 22, 2022 - R
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
Jul 9, 2022 - Python
Code improvements
- correcting handling asserts
- replacing
assert conditionwith the pattern
if not condition: raise AssertionError()
- replacing
-
Updated
Jul 26, 2022 - Python
-
Updated
Jul 20, 2022 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Jul 22, 2022 - R
-
Updated
Aug 8, 2019 - Jupyter Notebook
-
Updated
Jun 11, 2022 - Jupyter Notebook
Discussed in microsoft/vscode-jupyter#10761
Originally posted by ladyrick July 11, 2022
KernelLauncher.computeStartPort support different start port instead of a magic number 9000:
https://github.dev/microsoft/vscode-jupyter/blob/be3667521cf217753b343c7483c128b34dd5d213/src/kernels/raw/launcher/kernelLau
-
Updated
Dec 18, 2021 - Jupyter Notebook
-
Updated
Apr 12, 2022 - Jupyter Notebook
-
Updated
Jul 27, 2022
-
Updated
Apr 27, 2021 - Python
Improve this page
Add a description, image, and links to the datascience topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the datascience topic, visit your repo's landing page and select "manage topics."