Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Max Destabilizer Rank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
luke naylor latex documents
research
Max Destabilizer Rank
Commits
7d7ebf5b
Commit
7d7ebf5b
authored
1 year ago
by
Luke Naylor
Browse files
Options
Downloads
Patches
Plain Diff
Add new notebooks to build system
parent
31b8ae55
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
Makefile
+15
-1
15 additions, 1 deletion
Makefile
other_P_choice.ipynb
+0
-0
0 additions, 0 deletions
other_P_choice.ipynb
rank_zero_case.ipynb
+0
-0
0 additions, 0 deletions
rank_zero_case.ipynb
with
19 additions
and
1 deletion
.gitignore
+
4
−
0
View file @
7d7ebf5b
...
...
@@ -6,6 +6,10 @@ examples.*
!examples.ipynb
characteristic_curves.*
!characteristic_curves.ipynb
rank_zero_case.*
!rank_zero_case.ipynb
other_P_choice.*
!other_P_choice.ipynb
filtered_sage.txt
_minted-main/*
sage-plots-for-main.tex
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
15
−
1
View file @
7d7ebf5b
...
...
@@ -8,7 +8,7 @@ SAGETEXSCRIPT = main.sagetex.sage
main.pdf
:
${TEXFILES} main.sagetex.sout.tmp
latexmk
main.sagetex.sout.tmp
:
${SAGETEXSCRIPT} plots_and_expressions.py examples.py characteristic_curves.py
main.sagetex.sout.tmp
:
${SAGETEXSCRIPT} plots_and_expressions.py examples.py characteristic_curves.py
rank_zero_case.py other_P_choice.py
PYTHONPATH
=
./sagetexscripts/ sage
${
SAGETEXSCRIPT
}
${SAGETEXSCRIPT}
:
${TEXFILES}
...
...
@@ -35,6 +35,20 @@ characteristic_curves.py: characteristic_curves.ipynb
sage
--preparse
characteristic_curves.sage
mv
characteristic_curves.sage.py characteristic_curves.py
rank_zero_case.py
:
rank_zero_case.ipynb
jupyter nbconvert
--to
script rank_zero_case.ipynb
mv
rank_zero_case.py rank_zero_case.sage
sed
-e
"/get_ipython/d"
-i
rank_zero_case.sage
sage
--preparse
rank_zero_case.sage
mv
rank_zero_case.sage.py rank_zero_case.py
other_P_choice.py
:
other_P_choice.ipynb
jupyter nbconvert
--to
script other_P_choice.ipynb
mv
other_P_choice.py other_P_choice.sage
sed
-e
"/get_ipython/d"
-i
other_P_choice.sage
sage
--preparse
other_P_choice.sage
mv
other_P_choice.sage.py other_P_choice.py
.PHONY
:
clean nosage noappendix
clean
:
rm
-rf
**
/__pycache__
...
...
This diff is collapsed.
Click to expand it.
other
-P-
choice.ipynb
→
other
_P_
choice.ipynb
+
0
−
0
View file @
7d7ebf5b
File moved
This diff is collapsed.
Click to expand it.
rank
-
zero
-
case.ipynb
→
rank
_
zero
_
case.ipynb
+
0
−
0
View file @
7d7ebf5b
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment