Bryan Wilhite
Bryan Wilhite
I can change my current layout to respond to what I am experiencing:  The dashed lines represent visuals rendered by `rootComp`. The layout on the left is what I...
Okay, on Windows in bash when I run this: ```bash dotnet tool install -g dotnet-script ``` I am getting this: ```bash No executable found matching command "dotnet-tool" ```
Ah, I see I need to install `dotnet-sdk-2.1.300-preview2-008533`. I have updated [my setup guide](https://github.com/BryanWilhite/dotnet-core/tree/master/dotnet-script-minimal). **Update:** I installed the preview according to [the guidance of this repo](https://github.com/filipw/dotnet-script#net-core-21-global-tool) and am getting the...
I followed the install instruction in “[Install .NET Core SDK 2.1.300-rc1 on Linux Ubuntu 16.04](https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/sdk-2.1.300-rc1).” Here is my `dotnet --info` output: ```bash .NET Core SDK (reflecting any global.json): Version: 2.1.300-rc1-008673...
BTW: works just fine on full Ubuntu (for `dotnet tool install -g dotnet-script`): ```bash Tools directory '/home/user/.dotnet/tools' is not currently on the PATH environment variable. If you are using bash,...
You guys have too much work to do! Here is a similar situation in the Jupyter notebook:  ```code Error: (1,24): error DNI103: Unrecognized parameter name '--name' ``` Full notebook:...