Skip to content
#

datascience

Here are 2,886 public repositories matching this topic...

metaflow
pmbrull
pmbrull commented Apr 4, 2022

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
good first issue client

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.

  • Updated Jul 26, 2022
  • Python

📚 [.md & .ipynb] Series of Artificial Intelligence & Deep Learning, including Mathematics Fundamentals, Python Practices, NLP Application, etc. 💫 人工智能与深度学习实战,数理统计篇 | 机器学习篇 | 深度学习篇 | 自然语言处理篇 | 工具实践 Scikit & Tensoflow & PyTorch 篇 | 行业应用 & 课程笔记

  • Updated Jun 11, 2022
  • Jupyter Notebook
amunger
amunger commented Jul 11, 2022

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

good first issue papercut 🩸 kernel-management feature-request

Improve this page

Add a description, image, and links to the datascience topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the datascience topic, visit your repo's landing page and select "manage topics."

Learn more