Skip to content
Snippets Groups Projects
Commit c448f98f authored by Michael Kohlhase's avatar Michael Kohlhase
Browse files

making into a document

parent 21b82201
No related branches found
No related tags found
No related merge requests found
...@@ -4,3 +4,5 @@ auto ...@@ -4,3 +4,5 @@ auto
*.out *.out
*.pdf *.pdf
*.synctex.gz *.synctex.gz
*.run.xml
*-blx.bib
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
\begin{document} \begin{document}
\begin{tikzpicture} \begin{tikzpicture}
\draw[-] (-9,5) -- (-1,5) node[pos=.5,sloped,above] {Jupyter - Sketch with Active Documents};
%Mother Ship %Mother Ship
%\draw[fill=blue!10] (-8,0) rectangle (-10, 3); %\draw[fill=blue!10] (-8,0) rectangle (-10, 3);
%\draw[style=thick, fill=cyan] (-9.75, 2) rectangle (-8.25, 2.5); %\draw[style=thick, fill=cyan] (-9.75, 2) rectangle (-8.25, 2.5);
......
...@@ -21,8 +21,11 @@ qualitatively new direction, providing a web-based application suitable for capt ...@@ -21,8 +21,11 @@ qualitatively new direction, providing a web-based application suitable for capt
whole computation process: developing, documenting, and executing code, as well as whole computation process: developing, documenting, and executing code, as well as
communicating the results. The Jupyter notebook combines two components: communicating the results. The Jupyter notebook combines two components:
\begin{enumerate} \begin{enumerate}
\item A web application: a browser-based tool for interactive authoring of documents which combine explanatory text, mathematics, computations and their rich media output. \\ \item A web application: a browser-based tool for interactive authoring of documents which
\item Notebook documents: a representation of all content visible in the web application, including inputs and outputs of the computations, explanatory text, mathematics, images, and rich media representations of objects. combine explanatory text, mathematics, computations and their rich media output.
\item Notebook documents: a representation of all content visible in the web application,
including inputs and outputs of the computations, explanatory text, mathematics, images,
and rich media representations of objects.
\end{enumerate} \end{enumerate}
\ednote{AM: How much in detail should I go?} \ednote{AM: How much in detail should I go?}
\ednote{AM: Notebook user interface - relevant?} \ednote{AM: Notebook user interface - relevant?}
...@@ -54,7 +57,7 @@ directory or to create a new notebook. ...@@ -54,7 +57,7 @@ directory or to create a new notebook.
\subsubsection{Creating a new notebook document} \subsubsection{Creating a new notebook document}
A new notebook may be created at any time, either from the dashboard, or using the File A new notebook may be created at any time, either from the dashboard, or using the File |
New menu option from within an active notebook. The new notebook is created within the New menu option from within an active notebook. The new notebook is created within the
same directory and will open in a new browser tab. It will also be reflected as a new same directory and will open in a new browser tab. It will also be reflected as a new
entry in the notebook list on the dashboard. entry in the notebook list on the dashboard.
......
\documentclass{deliverablereport} \documentclass{deliverablereport}
\usepackage[style=alphabetic,backend=bibtex]{biblatex} \usepackage[style=alphabetic,backend=bibtex]{biblatex}
\addbibresource{kwarc.bib} \addbibresource{kwarc.bib}
\addbibresource{rest.bib} \addbibresource{rest.bib}
\usepackage{tikz}
\usepackage{standalone}
\usepackage[show]{ed} \usepackage[show]{ed}
\usepackage{listings}
\lstset{columns=fullflexible,basicstyle=\sf,language=Python}
% Variant: we could just provide the deliverable label as in the % Variant: we could just provide the deliverable label as in the
% proposal, and fetch all the information from final.pdata % proposal, and fetch all the information from final.pdata
...@@ -28,6 +34,17 @@ ...@@ -28,6 +34,17 @@
sdfsdfsdfsdfsdf sdfsdfsdfsdfsdf
\end{newpart} \end{newpart}
\section{Next Steps}\label{sec:steps} \section{Next Steps}\label{sec:steps}
\begin{figure}[ht]
\input{graph2}
\caption{graph 2}\label{fig:graph2}
\end{figure}
\begin{figure}[ht]
\input{graph3}
\caption{Jupyter - Sketch with Active Documents}\label{fig:graph3}
\end{figure}
\section{Conclusion}\label{sec:conc} \section{Conclusion}\label{sec:conc}
\printbibliography \printbibliography
\end{document} \end{document}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment