gaow

Results 96 comments of gaow

> Are we treating them as plain text now? Well, rather we treat them as 'comments'. Maybe as plain text would be better that treating them as comments as you...

Well, I'm talking about SoS workflow in SoS notebook. eg, ![2018-09-28-15-27-33_scrot](https://user-images.githubusercontent.com/917985/46231864-0cc84500-c333-11e8-9f54-6e1509306445.png) (BTW there seems to be a bug in sos notebook or lab. I'm on the `master` of both these...

I know. That's why I was asking if it is too much of a request to have the information added.

A dumb implementation would be to add a section to `%sessioninfo` output called "Workflow environment", call `Rscript -e "library(ggplot2); sessionInfo()"`, capture the stdout and append it to this section. (need...

Bump this one. Would be a nice point to make in justifying that SoS workflow with Jupyter IDE helps with reproducibility and book-keeping.

Thanks @Sayam753 yes `xi` is an integer and it indeed makes sense that some automatic variable casting should be performed ... To consolidate information I updated my original post with...

@lucianopaz Thanks you for your feedback. I believe @Sayam753 was suggesting adding support to cast data type of return from distributions. #236 seems relevant to input parameter check, so even...

Thank you @lucianopaz for the clarification. I suppose I will wait for #229 to work then try implementing this example? It would be nice if #239 is made generic enough...

@rrkarim thank you! I tried to install your branch and modified my code to the following: ```python import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' import tensorflow as tf import numpy as np...

Thank you @rrkarim for your prompt response! The code works on a smaller data-set if I replace the above data `y` and `X` with something smaller: ```python from sklearn.datasets import...