Questions tagged [jupyter-notebook]
Questions about using the Wolfram Kernel with Jupyter notebooks.
23 questions
0
votes
0
answers
57
views
jupyter connect wolfram engine kernel not success
everything ok,except connect wolfram kernel,restart also disconnect.
0
votes
0
answers
73
views
Jupyter to Mathematica notebook?
This Q&A shows how to export a Mathematica notebook to Jupyter, but how to do the opposite?
How to export the Jupyter notebook to a Mathematica one?
0
votes
0
answers
55
views
Copying output cell from Jupyter
Is it possible to copy the output of a cell in Jupyter? I need to copy the TeXForm of an expression: how can I do that?
1
vote
1
answer
361
views
How to convert Mathematica Notebook (.nb) to VS Code Wolfram extension JSON format (ignoring output) using Wolfram Language?
I'm trying to convert Mathematica notebooks (.nb files) into the specific JSON-based notebook format used by Visual Studio Code extensions for Wolfram Language. I would like a procedure written in the ...
1
vote
0
answers
145
views
Conversion of *.wlnb to a widely readable format
I have a WLNB file (see here) that I want to convert to a format that can be accessed by a user who does not have VS Code. For example, it could be converted to an HTML file, a markdown file, or a ...
1
vote
0
answers
486
views
Running WL in a Jupyter Notebook in VSCode
I have Wolfram Engine (and wolframscript) installed. I want to create Jupyter Notebooks that run WL in VSCode. I don't have Jupyter installed on my computer since I have it as an extension in VSCode. ...
43
votes
3
answers
10k
views
Wolfram Engine + Jupyter $\stackrel{?}{=}$ Mathematica
I want to buy a license for Mathematica and was checking the prices. Some people on Reddit have claimed that one can get a free a Wolfram Engine and install the Jupyter notebook interface and that is ...
3
votes
0
answers
96
views
How to insert input into Jupyter notebook using WebExecute
I started web session and opened a Jupyter notebook in it:
...
1
vote
1
answer
184
views
Derivative of long expression renders Piecewise[…<<…>>…] in Jupyter notebook
My mathematical problem is to solve the optimization problem:
$$ Max_{u} \quad \mathbb{E}[\gamma S-S^2]$$
where $$S= A_0 u X+a-\max(\alpha u X+b,0)$$
with $\gamma,A_0,a,\alpha,b$ some constants and $X\...
3
votes
0
answers
113
views
Doesn't work to play sounds using wolfram language for jupyter
I have installed the Wolfram Language to JupyterLab on windows 10 by following the instructions provided here. https://github.com/WolframResearch/WolframLanguageForJupyter
It seems to work, however ...
2
votes
0
answers
118
views
Graphic and value output error on jupyter notebook connected with wolfram engine
I've been trying to run the Wolfram engine in the Jupyter. I've followed this :
https://github.com/WolframResearch/WolframLanguageForJupyter
But I have some problems.
Why isn't the graphic output ...
1
vote
0
answers
116
views
Can one force dialogs to use the textual from when using the front end?
The documentation for ChoiceDialog states that
If Mathematica is run without a notebook front end, ChoiceDialog gives
choices in a textual form.
Indeed, one can ...
14
votes
1
answer
2k
views
Notebook (.nb) → Jupyter (.ipynb) conversion without Mathematica? [duplicate]
Is there a way to convert Mathematica Notebook files (.nb) to Jupyter files (.ipynb) without using Mathematica?Is there a free online utility or other piece of software that can do this?
16
votes
2
answers
581
views
Wolfram kernel on Nteract?
Nteract is a nice desktop client for jupyter kernels:
Now that we have the Jupyter Client for Wolfram, I'm wondering how Nteract could be connected to the free Wolfram engine?
25
votes
3
answers
3k
views
How to export a notebook to Jupyter?
I would like a tool to convert any Mathematica notebook into a Jupyter labs notebook, preserving as much content as possible (.ipynb files are just special json). Obviously, this would need to ...