Git Product home page Git Product logo

ifsharp's Introduction

  • ๐Ÿ‘‹ Hi, Iโ€™m @simra
  • ๐Ÿ‘€ I work at Microsoft. Director at Tech4Tracing.org. Iโ€™m interested in privacy in machine learning. I also enjoy astrophotography.
  • ๐ŸŒฑ Iโ€™m currently learning many things all at once.
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on anything.
  • ๐Ÿ“ซ How to reach me: find me on linked in. https://www.linkedin.com/in/simra/

ifsharp's People

Contributors

cdrnet avatar dcharbon avatar mndrake avatar npmurphy avatar nrolland avatar pblasucci avatar prosconi avatar rickasaurus avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ifsharp's Issues

Mystery error

Triggered when I moved profile/custom js files to ~/.jupyter/custom

[E 19:33:53.450 NotebookApp] Failed to load kernel spec: 'fsharp'
    Traceback (most recent call last):
      File "C:\Anaconda\lib\site-packages\notebook\services\kernelspecs\handlers.py", line 59, in get
        d = kernelspec_model(self, kernel_name)
      File "C:\Anaconda\lib\site-packages\notebook\services\kernelspecs\handlers.py", line 22, in kernelspec_model
        spec = ksm.get_kernel_spec(name)
      File "C:\Anaconda\lib\site-packages\jupyter_client\kernelspec.py", line 155, in get_kernel_spec
        return KernelSpec.from_resource_dir(resource_dir)
      File "C:\Anaconda\lib\site-packages\jupyter_client\kernelspec.py", line 38, in from_resource_dir
        kernel_dict = json.load(f)
      File "C:\Anaconda\lib\json\__init__.py", line 290, in load
        **kw)
      File "C:\Anaconda\lib\json\__init__.py", line 338, in loads
        return _default_decoder.decode(s)
      File "C:\Anaconda\lib\json\decoder.py", line 366, in decode
        obj, end = self.raw_decode(s, idx=_w(s, 0).end())
      File "C:\Anaconda\lib\json\decoder.py", line 382, in raw_decode
        obj, end = self.scan_once(s, idx)
    ValueError: Invalid \escape: line 3 column 16 (char 69)

Deeper inspection of comm_open

What is contained in the json message?
request: CommOpen {comm_id = "FB6D0DFF4D844999B97D84C33ADC7176";
data = seq [seq [seq []]];}

VS2015 build: unable to resolve Microsoft.Build.Framework

Error:

Unhandled Exception: System.TypeInitializationException: The type initializer for '<StartupCode$IfSharp>.$Evaluation' threw an exception. ---> System.Exception: Error creating evaluation session: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Build.Framework, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
   at Microsoft.FSharp.Compiler.MSBuildResolver.ResolveCore$cont@266(String targetProcessorArchitecture, String targetFrameworkVersion, FSharpList`1 targetFrameworkDirectories, ResolutionEnvironment resolutionEnvironment, Tuple`2[] references, String outputDirectory, FSharpFunc`2 logWarning, FSharpFunc`2 logMessage, FSharpFunc`2 logError, String implicitIncludeDir, String fsharpCoreExplicitDirOrFSharpBinariesDir, String frameworkRegistryBase, FSharpList`1 explicitIncludeDirs, String assemblyFoldersSuffix, String assemblyFoldersConditions, Boolean allowRawFileName, Unit unitVar)
   at Microsoft.FSharp.Compiler.MSBuildResolver.ResolveCore(ResolutionEnvironment resolutionEnvironment, Tuple`2[] references, String targetFrameworkVersion, FSharpList`1 targetFrameworkDirectories, String targetProcessorArchitecture, String outputDirectory, String fsharpCoreExplicitDirOrFSharpBinariesDir, FSharpList`1 explicitIncludeDirs, String implicitIncludeDir, String frameworkRegistryBase, String assemblyFoldersSuffix, String assemblyFoldersConditions, Boolean allowRawFileName, FSharpFunc`2 logMessage, FSharpFunc`2 logWarning, FSharpFunc`2 logError) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\ReferenceResolution.fs:line 266
   at Microsoft.FSharp.Compiler.MSBuildResolver.Resolve(ResolutionEnvironment resolutionEnvironment, IEnumerable`1 references, String targetFrameworkVersion, FSharpList`1 targetFrameworkDirectories, String targetProcessorArchitecture, String outputDirectory, String fsharpCoreExplicitDirOrFSharpBinariesDir, FSharpList`1 explicitIncludeDirs, String implicitIncludeDir, String frameworkRegistryBase, String assemblyFoldersSuffix, String assemblyFoldersConditions, FSharpFunc`2 logMessage, FSharpFunc`2 logWarning, FSharpFunc`2 logError) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\ReferenceResolution.fs:line 414
   at Microsoft.FSharp.Compiler.CompileOps.Resolve@2949-2(TcConfig tcConfig, ResolveAssemblyReferenceMode mode, range errorAndWarningRange, String targetFrameworkMajorMinor, String targetProcessorArchitecture, String outputDirectory, FSharpList`1 targetFrameworkDirectories, IEnumerable`1 references, Boolean showMessages) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\CompileOps.fs:line 2966
   at Microsoft.FSharp.Compiler.CompileOps.TcConfig.TryResolveLibsUsingMSBuildRules(TcConfig tcConfig, FSharpList`1 originalReferences, range errorAndWarningRange, ResolveAssemblyReferenceMode mode) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\CompileOps.fs:line 2975
   at Microsoft.FSharp.Compiler.CompileOps.TcAssemblyResolutions.Resolve(TcConfig tcConfig, FSharpList`1 assemblyList, FSharpList`1 knownUnresolved) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\CompileOps.fs:line 3391
   at Microsoft.FSharp.Compiler.CompileOps.TcAssemblyResolutions.SplitNonFoundationalResolutions(TcConfig tcConfig) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\CompileOps.fs:line 3417
   at Microsoft.FSharp.Compiler.IncrementalFSharpBuild.GetFrameworkTcImports(TcConfig tcConfig) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\vs\IncrementalBuild.fs:line 1095
   at Microsoft.FSharp.Compiler.Interactive.Shell.FsiEvaluationSession..ctor(FsiEvaluationSessionHostConfig fsi, String[] argv, TextReader inReader, TextWriter outWriter, TextWriter errorWriter, Boolean fsiCollectible) in C:\GitHub\fsharp\FSharp.Compiler.Service\src\fsharp\fsi\fsi.fs:line 2363

Investigate timeout message

** kernel_info_request **
send: {protocol_version = "5.0";
implementation = "ifsharp_kernel";
implementation_version = "1.0";
language_info = {name = "fsharp";
version = "3.1";
mimetype = "text/x-fsharp";
file_extension = ".fsx";
codemirror_mode = "fsharp";};}
[W 22:28:30.148 NotebookApp] Timeout waiting for kernel_info reply from bf067ec2-3348-4425-9494-2a3f28bd0123

Get the Feature Notebook working.

The new charting facility breaks most of the demo.
IMO we should switch back to FSharp.Chart or find a more flexible charting solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.