-
Hello,
I am trying to run pycistarget using the following code:
```
if not ray.is_initialized():
ray.init(local_mode=True, num_cpus = 8, ignore_reinit_error=True) …
-
This is an early draft of an idea that we discussed, that I want to write down in some form.
What are we missing compared to Jupyter-style notebooks to render Squiggle to the nice list of intersper…
-
Markdown tutorials are nice, but non-interactive. It would be nice to support Jupyter Notebooks, which could be rendered statically (examples: [GitHub](https://github.com/jupyter/jupyter/wiki/A-galler…
-
### Description
When using NVIDIA GPUs, we are noticing significant performance overheads when we turn on nn.scan. The step times increase by ~15% when nn.scan is used. I am attaching a simple test…
-
## What/Why
### What are you proposing?
Most repositories in opensearch-project require 2 code reviewers. Relax that to 1+. Enforce. Document in https://github.com/opensearch-project/.github/blob/…
-
# Synthetics Design Document
1. Overview
2. Motivation
3. How is it different from other plugins?
4. Requirements
5. UI Mockups
6. Architecture
7. Miscellaneous
8. Data Model
9. OpenSearch/…
-
It would be very practical, if parse would throw an error if it was not successful in parsing a color.
```js
try {
const color = culori.parse('something');
console.log({color}); // {{ color:…
-
This issue is to call a vote on the proposal in https://github.com/jupyterlab/jupyterlab/issues/12708
(Full text of top-line comment)
### Problem
We have an open PR https://github.com/jupyter…
-
In the [weekly dev meeting yesterday](https://github.com/jupyterlab/team-compass/issues/117#issuecomment-858386990), we discussed whether we should drop the [`CodeEditor`](https://github.com/jupyterla…
jtpio updated
3 months ago
-
This link
http://vrl.cs.brown.edu/color
is now dead.
As it was the only link I knew of to a working web page for Colorgorical, Colorgorical now has to be installed and run from source which I…