-
Steps to reproduce:
```
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/conda/i9
/tmp/conda/i9/bin/conda update --all
/…
-
Hello, the plugin is not working?
Needs to be updated.
-
- [ ] Issue does not already exist
- [ ] Issue observed on https://plyr.io
### Expected behaviour
on full screen nothing should appear except the video and controls.
### Actual behaviour
…
-
I just set up a new conda env for gneiss:
`conda create -n gneiss_env gneiss python=3.5 -c biocore -c qiime2`
and additionally installed jupyter in that env.
the single command in an otherwise em…
-
Is there any way we can use youtube videos instead of html5 videos?
Thanks.
ghost updated
7 years ago
-
Plugin is working as it should, just I am getting those errors in console
https://s30.postimg.org/9c7rufhgh/plyrscreen.png
-
I have an issue with the irkernel in a notebook when using jupyterhub. It dies on execution of code.
```
conda info
Current conda install:
platform : linux-64
conda v…
spied updated
7 years ago
-
#### Summary:
Example of ternary operator that translates to C++ but fails to compile.
#### Reproducible Steps:
```
functions{
row_vector vecpower(row_vector vec, real power){
…
-
stderr:
Oct 04, 2015 12:12:29 AM com.twosigma.beaker.r.utils.RServerEvaluator$workerThread startRserve
SEVERE: exception starting RServe
org.rosuda.REngine.Rserve.RserveException: Cannot connect: Conn…
-
I want a plot to show character x-axis labels like [this](http://jsfiddle.net/Lj92odqg/)
Here is my R code:
```r
series_lst %
hc_xAxis(type = 'category') %>%
hc_add_series_list(series_lst)
…