Skip to content

divenex/mathematica2vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

Mathematica2VSCode: Mathematica Notebooks to VSCode

Converts Mathematica notebooks (.nb) to Visual Studio Code (VSCode) Notebook format (.vsnb or .wlnb).

⚠️ Repository Deprecated

This repository has been deprecated and is no longer maintained.

I have replaced this function with a more general solution: Mathematica2Jupyter which converts Mathematica Notebooks (.nb) into either:

  • Jupyter Notebooks (.ipynb)
  • VSCode Notebooks (.vsnb/.wlnb)

The new unified function provides the same VSCode conversion functionality plus Jupyter support with a cleaner, more maintainable codebase.

Migration Guide

Replace calls to Mathematica2VSCode[file] with:

  • Mathematica2Jupyter[file, "vsnb"] for VSCode notebooks
  • Mathematica2Jupyter[file, "ipynb"] for Jupyter notebooks (default)

Please update your workflows to use the new repository.

About

Mathematica2VSCode: Convert Mathematica Notebooks (.nb) to VSCode Wolfram Language Format (.vsnb or .wlnb)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors