If a package isn't in the Anaconda repository you need to either create the package with conda build or go ahead and use pip. See https://www.anaconda.com/blog/using-pip-in-a-conda-environment.
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
B
Latest posts made by bjjbb
-
RE: Can I use conda instead pip to install the packages?
-
Binary indicator on master
I would like to overlay a custom binary indicator [0,1] over the main plot. How do I plot on the main plot with an independent scale? The indicator shows up correctly in a subplot:
but is lost on the main plot when I set the plotmaster:binary.plotinfo.plotmaster = self.data0
I have RTFM, but can't find what I am looking for. Thanks in advance.